Hi,
I am using a web user control to edit the grid items. I have specified the Edit mode as "popUp". But I want to change the size of the popup window.
Any idea how to implement this ?
Thanks,
Rita
I am using a web user control to edit the grid items. I have specified the Edit mode as "popUp". But I want to change the size of the popup window.
Any idea how to implement this ?
| <telerik:RadGrid ID="RadGrid1" runat="server" |
| GridLines="None" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" |
| Width="97%" OnNeedDataSource="RadGrid1_NeedDataSource" |
| OnDeleteCommand="RadGrid1_DeleteCommand" |
| OnInsertCommand="RadGrid1_InsertCommand" |
| OnUpdateCommand="RadGrid1_UpdateCommand" |
| OnPreRender="RadGrid1_PreRender" > |
| <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle> |
| <MasterTableView DataKeyNames="IDR_ID" GridLines="None" Width="100%" CommandItemDisplay ="Top" EditMode="PopUp"> |
Thanks,
Rita