Browse by Tags
All Tags » Xceed grid » DataGrid (RSS)
Showing page 1 of 2 (12 total posts)
-
I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form.
It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
-
I have a combo box in a grid cell which populates data from collection. However, it's value is not getting saved in the grid cell when focus is moved to another row in the grid. Any pointers would be greatly appreciated.
-
Is there any way in v3.1 to react to a programmatic change in column visibility? I have a helper class with which I register all instances of the grid in my application. The helper modifies the column widths based on changes in the data source, resizes of the grid by hooking into the appropriate events of the grid. The last thing ...
-
Hi,
Can you please provide me a help on, how to set the focus on a particular cell / row on the xceed grid for .NET. With my current code the focus is going on the 1st column of the 1st row. Below is the snapshot of the code that I am using to set the focus.
Code ...
-
Hi Andre,
Thanks for your reply, but the solution doesnt work. The problem is suppose that the focus is on a particular cell & if I press the down / up arrow key the CurrentRowCahnged event doesnt get fired. I guess the CurrentRowChanged event gets fired when my entire previous row is selected & I press an up or down key. In my case ...
-
Hi,
I am using xceed grid for .NET. I am moving accross the grid using the Up & Down arrow keys. How do I determine the Index of the current row on which the cursor is located.
Doesnt the current row value change when we mpve across the grid using keyboard.
Can any please help on this.
Thanks in advance
Regards,
Lalit
-
Hi Andre,
Thanks for sending across the sample code. But none of these sample have the code to move the entire ROW up & down using Drag & drop. I saw one example of ''Drag & Drop one Cell'' & tried to modify it to support drag & drop of ROW but its not working. Can you please help.
Thanks ins ...
-
Hi,
I want to move the rows in the grid up & down using drag & drop feature. I am using xceed grid for .Net.
Can any one let me know if this functionality is in buile in xcedd. IF not can anyone please help with the solution for the same.
Thanks & Regards,
Lalit
-
this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green.
i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
-
Hi,I have used the XceedDataGrid and populated the grid with
the DataSet. Now to Keep the things simple i just wanted to get the
value of a cell in the selected row of the when users click on a
particular row...???
1
|
|
|
|