|
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
I'm having a little issue I can't seem to figure out. I have a bar chart with 2 series that I am adding programmatically. I’m using the vista skin and when the chart renders the first series bar has a black border but the second series doesn’t.
I can’t find how to turn the border off for the first series. Any suggestions would be appreciated.
someComboBox.DataSource = GetDataList();someComboBox.DataBind();someComboBox.ClearSelection();someComboBox.Text = string.Empty;someComboBox.SelectedValue = valueFromUrlParameter;someComboBox.DataSource = GetDataList();someComboBox.DataBind();someComboBox.ClearSelection();someComboBox.Text = string.Empty;someComboBox.SelectedValue = valueFromUrlParameter;