0
votes
1answer
11 views
DevExpress WPF Grid - get number of rows
Does anyone knows how to get a DevExpress WPF Grid Rows count?
2
votes
6answers
44 views
Recommended ASP.NET Grid and UI tools
We are building a web application using C# and SQL server. We are thinking about buying the DevExpress ASP.NET controls. Anybody have any opinions about this tool or have any the …
0
votes
0answers
14 views
How to get row index of the selected cell in WPF grid
Does anyone knows how to get row index of the selected cell in DevExpress WPF grid?
In WinForms it was something like that:
dataGridViewControll.SelectedCells[0].RowIndex;
0
votes
0answers
10 views
How to put CheckBox into WPF Grid
Hello i put TextBox Column into WPF grid like this:
DevExpress.Wpf.Grid.GridColumn col = new GridColumn();
col.FieldName = dr["FieldName"].ToString();
col.Header = dr[ …
0
votes
1answer
10 views
TextBoxColumn in DevexpressGridControl (WPF)
Hello. In Windows grid is sucha a thing like
DataGridViewTextBoxColumn col = new DataGridViewTextBoxColumn();
Is something like that in DevExpress GridControll for WPF?Or maybe i …
0
votes
1answer
24 views
Save Image to application Path
I am using access database as backend and vb.net with DevExpress as Frontend and i want to save image at Application path and retrive it.so for this can u giv me some idea...
0
votes
0answers
18 views
Problem creating index with included columns (SQL Server Express)
I am using the Database explorer/designer of Visual C# 2008 Express Edition with SQL Server Express 2008.
I created a table and want to add an index. But the index would exceed 9 …
0
votes
0answers
334 views
Dev Express GridView TemplateControl New Record Popup Popup Blocker by IE
I'm using DevExpress's GridView TemplateControl. It works perfectly with mozilla and opera but when I try to use it with IE it gives me the error that
IE add on's is missing w …
2
votes
8answers
2k views
Telerik RadControls VS DevExpress DXPerience
I am looking for input from users who have worked with either the Devexpress controls or Telerik controls for ASP.NET
They both seem like they would do what i neeed, however opini …
0
votes
1answer
103 views
How to make the Developer Express popup menus semitransparent like in Firefox?
Hello,
I am using DevExpress Build 47.
Is there a way to make the context(aka popup) menus semi transparent?
1
vote
6answers
433 views
DevExpress vs infragistics Suites - looking to possibly switch…
We are currnetly an Infragistics NetAdvantage Select customer and have been for a few years. Their controls are ok but not what I would call great but the time invested in learnin …
1
vote
1answer
74 views
What is the best option to bind/edit data using DXGrid from MVVM pattern?
I'm trying to bind DXGrid control to an IList. Though binding works perfectly fine some other features of the grid are not working like those of Auto filter row, and In-line editin …
1
vote
2answers
117 views
NHibernate, DevExpress Performance
Hi, everyone.
I have problem with perfomance in my website.
I am using NHibernate to retrieve my database tables and AspxGridView as component from DevExpress.
After debug I foun …
0
votes
0answers
9 views
How to get a list of all operands from a filter expresion
I have a FilterControl (Devexpress.XtraEditors) that the user can edit. How can i obtain a list with all operands that appear in the filter string?
0
votes
1answer
63 views
Is the appearance of the even rows overwritten to the custom appearance of some rows?
Let's clear the situation in here.
Let's have a devexpress's gridview control in a WIN form. Let's set the Appearance of the Even rows of the grid have the backcolor = color.white …
