Hi,
I have a Radgrid that uses client-side binding. Using a GridBoundColumn displays all entries in my result set correctly. When I add in a GridTemplateColumn and with an embedded control such as an asp:label only the first 10 or 11 rows display for that column. I am not using paging but the grid is behaving as if it's using the default paging value (seems to be 10) for the GridTemplateColumn. I believe this somewhat of a known error: http://www.telerik.com/community/forums/aspnet-ajax/grid/gridtemplatecolumn-problem-on-page-resize.aspx
but that was sometime ago. Any ideas or workarounds? Catching the OnRowDataBound and adding a label with a tooltip seems to be not the best fix.
Thanks
I have a Radgrid that uses client-side binding. Using a GridBoundColumn displays all entries in my result set correctly. When I add in a GridTemplateColumn and with an embedded control such as an asp:label only the first 10 or 11 rows display for that column. I am not using paging but the grid is behaving as if it's using the default paging value (seems to be 10) for the GridTemplateColumn. I believe this somewhat of a known error: http://www.telerik.com/community/forums/aspnet-ajax/grid/gridtemplatecolumn-problem-on-page-resize.aspx
but that was sometime ago. Any ideas or workarounds? Catching the OnRowDataBound and adding a label with a tooltip seems to be not the best fix.
Thanks