Browse by Tags
All Tags » Xceed grid (RSS)
Showing page 1 of 6 (51 total posts)
-
Hi,
I am working with xceed grid. I have fixed columns which are generating from ObservableCollection<T> class using property. My Itemsource is an ObservableCollection<T> class handled using delegate command.
Now I want to add extra columns dynamic (which are retrieved from the database) in the same xceed grid.
My question is how ...
-
I have done percentage calculation in dynamic footer by using datatable (without using any stat function). So when i filter the rows using autofilter, w.r.t the filtered value the calculated value in footer isnt changing(because the calculated part doesnt ...
-
Hello,
I 'm trying to export a grid to excel. For this, I used this code:
ExcelExporter excelExporter = new ExcelExporter( ); excelExporter.Export( this.GridRecords, saveFileDialog.FileName );
The grid exports well but when I try open the excel file the office throw this ...
-
Hi,
We're currently using an Xceed grid, with a number of DetailGrids with an IList of objects. These objects have a property that returns a string value in the form of a decimal ie ''1.2'' or ''3.8''. We have added a SortColumn to one of the DetailGrids, and the rows are now sorted in the correct order. We have some rows that we have ...
-
Hi All,
I am in urgent need of a solution. I have a Dynamics GP application and from GP window I am opening a windows form. This windows form has an Xceed control with dynamically binding check box. The user clicks on the check box to check or uncheck a row. I have one more form which is a wpf form opened from GP. In this form I have a text box ...
-
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.
-
Hi,
I have two columns in my DataGridControl, lets say User Name and Role which are part of my Observable collection. The User Name column has a CellEditor which consist of a textBox and an Image. The requirement is to show the image as per role (the second column), that is an Admin Image or General User Image while editing the name. I am using ...
-
Hi,
I have a requirement that maps to the following below table structure. The programming is done in VB.NET 1.1 using the 2.2 version of Xceed GRID. The table structure is as follows..
ColName ColValue
Name ...
-
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 ...
1 ...
|
|
|
|