I have radgid, in that i have added asp:textbox control. When i sort the grid textbox are not getting sorted I mean it remains same and other columns will get sorted. Is it possible to sort textbox content also in the grid?
I hope you want to sort a TemplateColumn with a TextBox in its ItemTemplate. If so, try setting the SortExpression property for the TemplateColumn as shown below:
cs:
I am binding the RadGrid in code behind. I tried giving SortExpression="Provider Number" where Provider Number is a column of datatable which i am binding for the radgrid {in code behind}......It didnt sort properly.... :(.... Any idea hw to fix this issue?