or
Hi ALL ,
i have a web form which I opend from main form using window.open javascript function ,by taking screen width and height as parameter,inside this form I have Radpanel so how can I center it inside the form???????????
thanks
ghadeer
On my web form, I have a RADGrid and a Textbox. I am doing multi-column search depending on what text is entered in the textbox. Is there a way I can highlight only the searched text in my RAD Grid Columns? Is there any property of RADGrid that will highlight the given text in grid wherever it finds it?
| <telerik:GridTemplateColumn HeaderText="edit"> |
| <ItemTemplate> |
| <asp:Button ID="btn" runat="server" Text="edit" Font-Names="tahoma" OnClick="clk" /> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |
| int es_ID = int.Parse(RadGrid1.MasterTableView.DataKeyValues[0]["es_ID"].ToString()); | |
| ScriptManager.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), "showdialog(1,1);", true); |