Browse by Tags
All Tags » .Net Grid » Winform (RSS)
-
though may be it's a bit too ''fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??
coz i need to display the content converted from xsl in the cell........
thx in adv!
kenny
-
Hi,
I am writing a winform application that a grid control containing a gridtreeview like structure, Now is there is any way to havee a tree mamber as a WinCheckBox ?
Thanks,
Deepak
-
I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files. The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event. Only the unbound columns are ...
-
I'm working with a VB .Net Winforms application using MS Entity Framework and Xceed Grid. I've run into a problem where I can not change the value of columns in the grid that are bound to System.Nullable(OF xxx) due to a casting error.
Any thoughts on how I might resolve this issue?
Thanks,Stephen
Error message trapped in ...
-
Hello All,
I am using Grid for .net extensively and relying too much on it.
But at present I am having an issue with lots of events available on Grid, ColumnTemplateMangerRow and GroupHeaderRow and RowSelectorPane.
What I have is a Grid loaded with
GroupByRow,
ColumnTemplateManager, (Columns are loaded from An XML File not on design time, ...
-
Hey,
Just to report that I've resolved the problem:
1. The problem with extending the DataRow was that I've missed to override CreateInstance method and return an instace of the extended data row class.
2. Method PaintBackground should be extended and custom selection coloring can be done there (this.GridControl.SelectionBackColor and ...
-
Is there a way to cancel the CurrentRowChanged event after its being fired? or Undo The CurrentRowChanged Event from inside the event handler. I couldn't findĀ
This is what I'm trying to do.
I have a grid and based on the current row selected, I load a hand full of user controls with data. Now while these child controls are being loaded, I don't ...
|
|
|
|