Hi!
I have a radgrid is configured as following:
<
telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="False" Skin="Vista">
<MasterTableView DataKeyNames="SchematicDescriptionId"
AllowFilteringByColumn="true" AllowSorting="True" AllowCustomPaging="true" AllowPaging="True" PagerStyle-Mode="NextPrevAndNumeric" PageSize="10" CommandItemDisplay="Top" EditMode="EditForms" AllowAutomaticInserts="true" CommandItemSettings-AddNewRecordText="New Description" CommandItemSettings-RefreshText=""><Columns>.....</Columns></MasterTableView></telerik:RadGrid>
I have also a dropdownlist. Everytime I select an item in this dropdownlist, datasource of RadGrid1 will be changed. The issue is datasource comes from the 1st item of dropdownlist has 18 rows (for example) and datasource's 2nd item if dropdownlist has only 1 row. But I don't know why Paging section alway show "Displaying page 1 of 2, items 1 to 10 of 18." while the 2nd datasource just has 1 row ???
Please help me
Thank
Hung