I load a table from the db in a datatable belonging to a dataset. This db table has some constaints, so not any data can be inserted in it. but if i add some invalid data within the data开发者_JAVA百科
I have two grids on a page that seem to always be position:fixed. I want them to scroll with the page开发者_开发百科 when an overflow scrollbar appears on the body.The grids however ALWAYS stay in th
I cannot find any examples of how to lazy load the Infragistics UltraWebTree v6.3 I found that the docs on the Infragistics site tend to be limited to the latest version of their controls, but this i
I would like to select multiple rows in the ultragrid WITHOUT holding the CTRL key. Is it possible? I have rowSe开发者_运维问答lecteType = extended.Depends a bit on what you want to achieve.
I would like to g开发者_JS百科roup rows in categories like that: I know how to do this with OutlookGroupBy but its not possible to put the same row into severals categories
I need help in choosing the right path while trying to rewrite a legacy application. Just a little bit of oversight, the current application is a web reporting tool in which the columns and the query
I need 开发者_高级运维by default to set the format like \"dd-MMM-yyyy\" in UltraDateTimeEditor.I don\'t have acces to infragistics controls, but a quick look here shows that there\'s a method UltraDat
I have created a side tab that ope开发者_Go百科ns just fine(basically turned a UltraGrid into a tab, not a form w/ an UltraGrid ), but when pinning the side tab it gets sized in back of the main form.
I understand how Browsable attribute开发者_如何转开发 is supposed to work.It\'s supposed to hide a property from showing up in a PropertyGrid in design time.
winforms .net 3.5 Ultrawingrid 9.2 In my subclass of Ultrawingrid.Ultragrid : Protected Overrides Sub OnKeyDown(ByVal e As System.Windows.Forms.KeyEventArgs)