Hello,
I write an application in asp.net and I have something like state machine which can be modified by user (nodes, paths and directions of paths).
Is there any nice controll I can use to display this data ?
Just display, there is no need to do anything with it
Thanks for help
...
Hello, guys
I use devexpress XtraGrid and auto-row feature. At documentation I see:
"You can also specify whether filtering should be applied immediately after changing a value or only when end-users press the ENTER key."
I would like implement second behaviour, but I don't find any properties for this.
So how can I achieve this behavio...
Hi,
I am trying to nest a grid within a grid.
To populate the most inner grid i need the KeyValue from both the Grids' direct parent, and the parent of the Grids' parent.
How can i retrieve the MasterRowKeyValue from the outter most parent?
I have 3 grids nested like so:
<dxwgv:ASPxGridView ID="gridParents" runat="server" ObjectDataSou...
I am trying to traverse the nodes of the DevExpress.XtraTreeList.TreeList and it isn't working.
Basically all I have is the caption and value of the node I want to look for. Is there a simple way I can find it. After it is found I am just moving the focus to the new node and I already know how to do that if I have the proper index.
Tha...
Hai all,
I want to get lookupedit display text when am giving correspond edit value.
example:
if am giving
LookupEdit1.Editvalue="3";
then it should show display text of Editvalue="3"
please help
//code
cmbChemical.Properties.DataSource = _lab.selectChemicals();
cmbChemical.Properties.DisplayMember = "labitem_Name";
...
Hai all,
How to change devexpress gridconrol column header caption using c#.
please help
...
Hi,
Im using a lot od devexpress controls. I have noticed that sometimes i think mainly while making callbacks on devexpress controlls there is a timeout and nothing happens. Then when I try to klick on another link or something (for example refresh page) there is http 400: Bad Request.
I cant do anything till I delete cookies, then ...
Hi there,
I'm using the devExpress QuantumGrid, and I'm wondering that there is no onRowChange event.
How can I determine when the selected row has changed?
I could use the onCellClick event, but this isn't fired when the user scrolls with the cursor keys - It doesn't seem very suitable for that purpose.
Any ideas?
Thanks a lot!
...
I using Delphi BDS 2006 and have a DevExpress cxGridDBColumn with properties set to DateEdit and was wondering whether it is possible to add a checkbox to the displayed date time picker popup?
...
I have a GridControl which I populate using a BackgroundWorker. Then I'm using another BackgroundWorker to perform some calculations on the dataset which is the datasource of the GridControl. As I'm trying to do this a cross thread operation on the GridControl error is thrown. I'm unable to understand that despite not performaing any ope...
Hai all,
Am using DevExpress XtraGrid control in C#.Net application.And binding one table values to grid,that table contain one bit field ("Authorized") so grid displaying with bit field column having checkBox.I want to get that checkBox object or get the event of that control.
...
I use Delphi (2010) and a DevExpress Quantum Grid (v. 6.52)
When I have a TcxGridColumn with a CheckBox editor, the checkbox toggles when the user clicks anywhere within the cell. I want to restrict this so that the user has to click on the actual checkbox.
Is there an easy way to do this? We have an enormous amount of grids in our ap...
Hai all,
I am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt is that for normal TextBox we set AutoCompletion mode property.But in devexpress TextEdit how we can ?
Please Help
...
I am trying to solve a problem with a DevExpress XtraGrid in a winforms app. I have created a custom RepositoryItemButtonEdit control and have one unbound column in a XtraGrid that uses it. This control is a custom search field which throws an event when it has completed a search.
What I am trying to do is add an event handler to the ce...
I am developing a Delphi 2010 application using the TMS Toolbar and the Devexpress layout control and grid.
I used the styling options the make the program look like office. This works fine on windows 7 and windows XP.
However the program has to run on Citrix (windows 2003 server). On the server the styling options of the TMS component...
Hey everyone
How can i customize asp.net controls like devexpress did?
Here is some example, this is actually what i want to make:
http://demos.devexpress.com/ASPxGridViewDemos/GridEditing/EditModes.aspx
About this, any tutorial, any resource?
Thanks.
...
hii
I am a fresher in devxpress now for my project i need to change the default context menu strip table(newappointment,new all day event etc)and need to add some other entries in the scheduler .help me please
...
I want to change controls visibility on c#, but nothing happens. The controls are in an AspxPopupControl and 3 of them are hidden in design time, 1 of them is visible. I use this code to visible them
if (paramType == "Grup")
{
gv_Answers.Visible = false;
trlGroup.Visible = true;
...
hii
I am using devexpress xtrascheduler in that i need to get the date n the next form while clickin on a particular date on the xtrascheduler
for example if i am clicking on a cell having date 02-06-2010 then when an other form is opening it shud take that date...Is it possible..help me please
...
Hi,
I am using devxpress xtra scheduler.In the xtrascheduler i disabled the default context menu and i created a new context menu and it is working.But the problem is when i double click on the scheduler the existing appointment form is opening..But i need to open the form that i have added.How it can be done>??please help me...
...