Browse by Tags
All Tags » Column » Grid (RSS)
-
hi,
I am trying to have one of the columns to behave as a ''link'' to a line data point chart that opens in a new window (sort of master/detail like behavior). The chart would be bound to one of the properties of the object bound to the given row. I am not sure how to proceed. The property is a KeyValuePair collection. It should ...
-
I'm trying to do someting very basic but i can't find how to do it. I have a collection of objects i show in a grid. Works fine when a set te datasource property to my collection. the grid auto generates a column for every property on the object.
What i want to do is to create the columns at design time and databind them to the ...
-
Hi!To make a cell showing its content as a masked password (i.e. ''*******''), one possibility is: DataRow dataRow;// gridControl1 being the default grid name when dropped on a form, could be something else dataRow = this.gridControl1.DataRows.AddNew();// WinTextBox is defined in Xceed.Editors so make you have a reference and a ''using'' ...
|
|
|
|