Hello,
I'm in the process of updating my code to the newest version of Telerik. I've been having some problems with the new grid. Many weird things have been happening.
I can't seem to select rows anymore. In addition, the dropdownlist which is displayed in EditMode does not actually drop down anymore. (it is unresponsive to user clicks)
I've commented out most of my previous code to try to get it to just work, but to no avail. Here is a small example of what is not working:
I don't know if this makes a difference, but this grid is inside of an iframe.
Thanks for your help.
I'm in the process of updating my code to the newest version of Telerik. I've been having some problems with the new grid. Many weird things have been happening.
I can't seem to select rows anymore. In addition, the dropdownlist which is displayed in EditMode does not actually drop down anymore. (it is unresponsive to user clicks)
I've commented out most of my previous code to try to get it to just work, but to no avail. Here is a small example of what is not working:
<telerik:RadGrid ID="users_grid" runat="server" OnNeedDataSource="users_grid_needData" AutoGenerateColumns="false"> |
<ClientSettings> |
<Selecting AllowRowSelect="true" EnableDragToSelectRows="true" /> |
</ClientSettings> |
<MasterTableView> |
<Columns> |
<telerik:GridClientSelectColumn> |
</telerik:GridClientSelectColumn> |
<telerik:GridBoundColumn DataField="ps_userid" HeaderText="User ID" UniqueName="User ID" |
ColumnEditorID="usr_id"> |
<HeaderStyle HorizontalAlign=center /> |
</telerik:GridBoundColumn> |
</Columns> |
</MasterTableView> |
</telerik:RadGrid> |
I don't know if this makes a difference, but this grid is inside of an iframe.
Thanks for your help.