or
hi
is there any alternative for this line
UltraWebGrid1.Rows[i].Cells[7].DataChanged
<telerik:RadComboBox ID="RadComboBox1" runat="server" EmptyMessage="Type to search"
ShowToggleImage="true" Width="500" OnClientDropDownOpened="DropDownOpenedHandler"
OnClientDropDownClosing="RadComboBoxClosing" AllowCustomText="true" ShowDropDownOnTextboxClick="false"
OnClientKeyPressing="ComboBoxKeyPressing" IsCaseSensitive="false" MinFilterLength="2" Filter="Contains">
<ItemTemplate>
<div id="div1">
<telerik:RadTreeView ID="RadTreeView" runat="server" SingleExpandPath="true" ShowLineImages="false"
OnClientNodeClicking="nodeClicking" OnClientNodeClicked="NodeSelected" OnInit="TreeViewInit"
OnLoad="TreeViewLoad" OnClientNodeExpanded="nodeChanged" OnClientNodeCollapsed="nodeChanged">
</telerik:RadTreeView>
</div>
</ItemTemplate>
<Items>
<telerik:RadComboBoxItem Text="" />
</Items>
</telerik:RadComboBox>
Hello,
I wonder if is it possible to extend existing smart-tag and/or designer verbs of any Rad control with some custom property or link and how can I achieved this?
Thanks,
Jag
|
Requirements |
|
| RadControls version | Asp.net Latest version |
| .NET version | framework 4.0 |
| Visual Studio version | 2010 |
| programming language | Vb.net |
| browser support |
all browsers supported by RadControls |
Hi,
I have a grid data of which is loaded during Page_Load. And I have also DetailTables with telerik:GridTableView which gets data from DB when the row is expanded. It works, but one thing is it the Page goes to top when the child table is loaded, I want it to stay showing expanded row. How to resolve it?
And how to add select button in child table?
tnx