Showing related tags and posts across the entire site.
-
Hi I'm binding WebGrid columns at run-time (late binding) with mixture of data and linked button columns. When I rebind them to reflect the changes in my ColumnMoved events I get error due to mismatch column order: Exception Details: System.ArgumentOutOfRangeException: Specified argument was out...
-
Hi, I am using C1Webgrid inbuilt AJAX sorting by setting the CallBackOptions property to 'Sorting'. The issues I am facing 1) Multiple column sorting - If I sort on Column 1, it sorts properly then If click on Column 2 it leaves the sort icon the Column 1 and on Column 2. So somehow it is sorting...
-
I have a webgrid with template fields that is dynamically databound to a dataset. All access to data must be done with parameterized stored procedures. I have no problems editing, updating, paging, or deleting items, however, when I try to add sorting; I am either able to sort & can no longer edit...
-
Assume that there are the following columns on a grid: CustomerID, Address .... Where column Address is a combined with AddressNumber and StreetName, such as 110-25 Main Street. Is there a way to sort the grid by StreetName and AddressNumber as the end user clicking the Address column's Header? The...