or

Hi,
Is it possible to have RadConfirm window on selected index change of a RadComboBox?
If it is, can you please send us a sample.
Thanks in advance.
Regards
Sreenivas.
Hi,
in my system Telerik control Taking too much memory .how i can reduce memory usage of system .I am using IE 6 & 7
Thanks in advance..
| <MasterTableView |
| HierarchyDefaultExpanded="True" HierarchyLoadMode="Client" |
| Width="100%" |
| EditMode="inline" DataKeyNames="Id,ParentId,Name" > |
| <SelfHierarchySettings ParentKeyName="ParentId" KeyName="Id" /> |
| <Columns> |
| <telerik:GridBoundColumn DataField="Name" HeaderText="Name" UniqueName="Name" ReadOnly="true"> |
| <HeaderStyle Width="150px" /> |
| </telerik:GridBoundColumn> |
| <telerik:GridTemplateColumn UniqueName="Value" HeaderText="Value" DataField="Value"> |
| <HeaderStyle Width="100px" /> |
| <ItemTemplate> |
| <asp:TextBox ID="stringValue" runat="Server" Visible="false" /> |
| <telerik:RadNumericTextBox ID="intValue" runat="Server" Skin="RxLink" EnableEmbeddedSkins="false" Visible="false" SelectionOnFocus="SelectAll"> <NumberFormat DecimalDigits="0" AllowRounding="false" KeepNotRoundedValue="true" DecimalSeparator="." />
|
| </telerik:RadNumericTextBox> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |
| </Columns> |
| </MasterTableView> |
| NumberFormat.Round=function(_1,_2){ |
| if(!_2.NumberFormat.AllowRounding){ |
| return _1; |
| } |