or
masterTableView()..get_dataItem()[2].set_selected(true);
But the problem is that I don't get any methods like get_masterTableView()...
Please help..
Thansk,
DIP
| protected void Event(object sender, EventArgs e) |
| { |
| TopTabMenu.Tabs[1].Enabled = true; |
| } |
So the general idea is to enable a tab on some event (or condition).
According to http://www.telerik.com/help/aspnet-ajax/tab_tabsserverside.html
it should work, but nonetheless the tab is still disabled after this code is performed.
Can you help me?
| div.RadMenu_Black .rmRootGroup .rmLink { |
| color:#A49261; |
| font-family: Georgia; |
| font-weight:500; |
| font-size:11px; |
| } |
style
="white-space:normal"
but there is a space in front of the text as screencap below.
| string fullFileName = radfile.GetName() + Guid.NewGuid().ToString("N"); |
| try |
| { |
| File.Move(radfile.GetName(), fullFileName); |
| } |
| catch(IOException ioe) |
| { |
| radfile.SaveAs(fullFileName); |
| } |