Web
New DiscussionHow to keep webdialog as modal after asynchronous postback
Hi, I use webdialog as a wizard. The wizard requires heavily server-side operation. Therefo…
79,131 Views
9 Replies
How to set selected node highlighted in gray color when the tree loses focus
Hi, When user selects a node in a tree view , the node is highlighted in Blue color. I want the sel…
91,303 Views
4 Replies
X axis labels disappear after certain amount of data points
DataTable tbl = new DataTable(); tbl.Columns.Add(“Age”,typeof(int)); tbl.Columns.Add(&#…
84,990 Views
5 Replies
What property/method to check if new row is being added to grid or editing existing row?
I have a grid with a parent/child hierarchy. Each band in the grid has its own RowEditTe…
51,114 Views
3 Replies
How to control PopupMenu height, placement, and scrolling?
Hello, I am using an UltraWebMenu with WebMenuTarget=”PopupMenu”. This menu is used as…
100,332 Views
6 Replies
UltraCombo vs UltraComboEditor
I can’t seem to figure out what the difference between these 2 control are, does anyone know?…
58,393 Views
1 Replies
Force InitializeRow again for visible rows?
Is there a way for force InitializeRow() to be raised again for the visible rows and clear the cach…
139,768 Views
5 Replies