Browse by Tags
All Tags » Grid (RSS)
-
i have xceed grid and i want to do paging for it but no events are provided for paging in xceed grid of window application.
how can i achive it?
i really need it.
Thank you
-
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...???
-
Hello, I'm using insertionrow for inserting
data into a grid but I need that the issue is how to move cell to cell with the
key enter and exit the editing mode when using the arrows up or down arrow,
there is any way to simulate that? ... I hope I have been clear and
thanks for the help.
-
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 ...
-
Did you set the validation criterion using the validation provider on the cells of the datarow template?
For your last question you need to invoke the ValidationProvider.Validate() method to update the validation if you are using the manual mode.
You can choose when to invoke validation according to your needs.
If you want to invoke when the ...
-
Has anyone out there created a custom line chart for use as a grid cell? The search features on this forum appear to be broken so I wasn't able to find out if it's been discussed before.
What I'm wanting is a grid cell with a progress bar overlayed with a line chart showing the history of that cell's value. That way the ...
-
I'm wanting to create a line chart in a cell of a grid control. I'm debating between a few options:
Embed a chart control showing a 2D line into a cell in the grid
Custom draw a cell in the grid and paint my own line
Build the grid on the fly using .NET's flow layout panel with embedded table layout panels then custom draw the line ...
|
|
|
|