by Developer Express - Product Type: Component / .NET WinForms / .NET Class / 100% Managed Code
hi,
How to get a value of row of a particular column from DevExpress grid Control. I tried alot. I am not getting.can anyone help me out i am stucked up here.
This is the code i tried:
string searchText = string.Empty;
ColumnView View = (ColumnView)gridControl1.FocusedView;
GridColumn column = View.Columns["vc_Currency"]; // vc_Currency is the column name
while (true)
{
rowHandle = View.LocateByDisplayText(rowHandle, column, searchText );
if (rowHandle == DevExpress.XtraGrid.GridControl.InvalidRowHandle)
{
this.repositoryItemCheckEdit3.ReadOnly = false;
}
else
{
this.repositoryItemCheckEdit3.ReadOnly = true;
}
}
Thanks
Sujith M
Reply
hi,
How to get a value of row of a particular column from DevExpress grid Control. I tried alot. I am not getting.can anyone help me out i am stucked up here.
This is the code i tried:
string searchText = string.Empty;
ColumnView View = (ColumnView)gridControl1.FocusedView;
GridColumn column = View.Columns["vc_Currency"]; // vc_Currency is the column name
while (true)
{
rowHandle = View.LocateByDisplayText(rowHandle, column, searchText );
if (rowHandle == DevExpress.XtraGrid.GridControl.InvalidRowHandle)
{
this.repositoryItemCheckEdit3.ReadOnly = false;
}
else
{
this.repositoryItemCheckEdit3.ReadOnly = true;
}
}
Reply
how add row to the top, not the bottom if the grid
Reply
Does this grid support embedded treeviews/group-by functionality in columns? If so,
1. Is this embedded treeview improved over the Windows Forms treeview?
2. If so, does it support displaying images for some nodes but not for others? (A known limitation of the existing Windows Forms treeview).
3. Finally, does the treeview expose expand/collapse events, as I need to be able to change formatting style for a given node depending on whether it's expanded or collapsed.
Thanks very much!
Reply
RE : Developer Express XtraGrid .NET Suite Salahot [USA] 28-Dec-2006 10:16:20
templates
Reply
RE: Developer Express XtraGrid .NET Suite sujit.tinku [India] 10-Jan-2007 07:24:57
i have Download the DXperience v2006 vo1 3 (V6.3.2) for Visual Studio 2005 evaluation copy but it can't be install.showing message Feature-Complete component technologies designed for the .NET Framework - delivering unrivaled capabilities with unmatched flexibility...Guaranteed.
Please help me out.mail me at sujit.tinku@gmail.com
Reply
RE: Developer Express XtraGrid .NET Suite sujit.tinku [India] 10-Jan-2007 07:25:22
i have Download the DXperience v2006 vo1 3 (V6.3.2) for Visual Studio 2005 evaluation copy but it can't be install.showing message Feature-Complete component technologies designed for the .NET Framework - delivering unrivaled capabilities with unmatched flexibility...Guaranteed.
Please help me out.mail me at sujit.tinku@gmail.com
Thanks
Sujit
Reply
Does any body know how to set datasource of a comboBoxEdit in developer express like a re gular windows.forms.combobox.datasource?
Thx in advance
Reply
Does any body know how to set datasource of a comboBoxEdit in developer express like a re gular windows.forms.combobox.datasource?
Thx in advance
Reply
I'm interested in this product cause it looks great, but I need to know if it does support Right-to Left for Arabic characters. Does anybody know the answer?
Reply
RE: Developer Express XtraGrid .NET Suite wilson [Brazil] 01-Apr-2004 19:39:30
Help me - format grid sample (123.456,00) or (123.456.799)
tanks.
Wilson
Reply
Are ther eany right to left support for this component?
Reply
There's no "Customer Reviews"? No one bought this tool ?!?!
If someone has this tool, please share your thoughts...
Thanks,
Sannon
Reply
Ho la necessità di inserire delle icone nelle celle, tipo la griglia di Outlook. Chiaramente non sono legate a dati presenti nel db, come posso fare ?
Grazie Paparesta Stefano
Reply
scheidbuchen 603
A- 6866 andelsbuch
Reply
Hello,
Do you have the latest XtraTreeList lastest version for VB.Net and how much isi it ?
Do you have a working evaluation samples for vb.net (Code sample) ?
Thamks
KC Li
Reply
I see there are a few additional controls that are installed along with this package:
MyPropertyGrid
SideBarCtl
XtraFrame
XtraPGFrame
but I don't find any mention of them in any of the documentation. Are these documented anywhere ?
Reply
Is it possible to have other controls like DragBars to input data in the grid and a ProgressBar to diplay a value in the grid?
/Henke
Reply
RE: Developer Express XtraGrid .NET Suite support@componentsource.com 17-Jun-2002 21:05:44
Hello Henke,
Thank you for your post. I've contacted Developer Express about this, and they have sent me a response:
Hi Jason,
Sorry, our grid does not support 3-rd party editors, but it is not difficult to create a compatible one with the grid editor. Our help file and samples shipped with the product illustrate this. Moreover, we supply our own progress bar editor as part of our editors library.
Thanks,
Max
Please let me know if you have any further questions about this.
Best regards,
Jason Williamson
ComponentSource
Technical Support
Reply
We are using the grid in unbound mode with a collectionbase as the datasource. In this mode we hav e come across many problems which we have had to workaround with code. For example, when an item is deleted from the collection and the data source refreshed, when the user clicks on the the grid it throws an internal indexing error. Also, we are not able to use the Excel style column filtering in unbound mode.
With all the problems we are having please advise on how we can get our money back. Thank you.
Reply
RE: Developer Express XtraGrid .NET Suite mike 11-Jun-2002 14:40:59
Hello,
We use XtraGrid in unbound mode with IBindingList and we haven't any problems... May be you use old version of XtraGrid...
Try to contact support if you like control... Or get money if don't.
Reply
Does XtraGrid support multiple sheets, like Excel?
Reply
Does this product support Chinese characters?
Thanks,
Simon Hu
Reply
RE: Developer Express XtraGrid .NET Suite support@componentsource.com 24-May-2002 16:08:00
Hello Simon,
All of Developer Express' .NET products support unicode, so yes, they do support Chinese characters.
Best regards,
Jason Williamson
ComponentSource
Technical Support
Reply
I have downloaded the evaluation copy of this product.
I am new to .NET but not to VB6.
I can get the demos included to work no problem but as soon as I try to build a simple grid for myself I have problems.
I load the grid component onto the toolbar and then drag it onto my form. Should I expect to get something on the form? I only get an entry added to the component list at the bottom of the screen i.e. similar to the timer.
When I run the grid does not appear on the form. The coding I have used is very simpe.
Is this a problem with how I've installed? Is it a problem with the evaluation copy - help!
Reply
RE: Developer Express XtraGrid .NET Suite support@componentsource.com 22-May-2002 18:40:03
Hello Paul,
Thank you for your post. I contacted Developer Express about your question. They tell me the evaluation you downloaded is really a demo, and cannot be used in the Visual Studio .NET IDE. This is why you are unable to test the components in design time. Developer Express does offer an unconditional 60 day money back guarantee, however. Please let me know if you have any further questions about this at all.
Best regards,
Jason Williamson
ComponentSource
Technical Support
Reply
Publisher
Primary Category
Related Products
Related Categories