devexpress

retreiving appointment

Hii I am using devexpress xtrascheduler in this i have created the custom appointment form.now i can add details in that form and it is showing on the scheduler cells also..but again when i click on the appointment(scheduler cell which is having a appointment)a new appointment form is opening.. But i want to open the from which is havi...

how to show the subroots(childroots) while clicking on a particular rootnode.

Hii I am using devexpress xtratreelist in this i have a tree..now i want my form to work in sucha away that if the user clicks on a particular node all the subroots of that node shud be published on a list box or anyother control..How it can be done..please help me..urgent ...

loading data in RichTextBox on click of a button

Using DevExpress' XtraTreeList, and in my form there is a treelist, a RichTextBox and a button. The goal: when the user focuses on a particular root node, and when the button is clicked, the RichTextBox should show the child nodes present in the root nodes. It needs to list the entire child nodes on the RichTextBox. Is this possible, ...

DevExpress Wizard Control - how to un - dock?

Okay, I can't find this in DevExpress' documentation. I have a DevExpress Wizard Control which automatically docks to the forms it's in. How can I disable the docking in Visual Studio 2010? I see no property that seems to be doing this and tried to change the docking in the constructor of the main form by setting the... wiz.Dock = DockS...

how to upgrade code to a new version of third party control

Hi Guys, I have a web application in asp.net 3.5 where i have been using some third party controls i.e. Devexpresv9.2 and on the pages where i am using these controls i normally has to call the register tag on the page markup like for ex: <%@ Register Assembly="DevExpress.Web.v9.2, Version=9.2.9.0, Culture=neutral, PublicKeyToken=b88d...

Any new Reporting Controls in .NET 4.0?

I've been using DevExpress and CrystalReports for previous .NET versions. I'm wondering if there are any native reporting controls for .NET 4.0, so I could do away with the 3rd party ones. ...

Core dumps in visual studio 2010 from Release build

Hi, I have build application using .NET 4.0, WinForms and DevExpress Winforms components. I have a bug that I cannot reproduce using simple "step by step" method. I am trying to use core dumps to debug this issue. I can get core dump and view exception nicely inside visual studio using adplus -crash -pn Main.exe -o c:\output -y C:...

DevExpress WPF grid bound to List<String> using MVVM

Hi All, I am trying to do something that should be simple, but think I am just not seeing the answer. I have a List with several strings. I would like to bind it to a DevExpress DXGrid. It appears that the grid is showing the correct number of row, but not displaying my text. I am using the MVVm patern and have seperated my ViewMode...

Delphi ADO + MySQL + Developer Express Grid

I have problems using Mysql with MySQL Connector, I can successfully connect to a database on the net via ODBC, and in my grid I can display many records, however in the grid (Developper express) I seem to be unable to scroll. i think it is related to cursor locations etc etc, but I am not sure. also recordcount and recno seems also not...

Google like search using DevExpress LookUpEdit

Hi, We need to implement google like search functionality using DevExpress lookup edit control. Please let me know If anyone implemented similar control. Thanks Apple ...

Can't un-select my DevExpress LookUpEdit

I have a DevExpress LookUpEdit that I am using withing Visual Studio 2008 in VB.Net. I have the LookUpEdit bound to my datasource and the value that it is displaying may be null or one of the rows in the datasource. My program displays a treelist and when a node is select the LookUpEdit is supposed to display the assigned value (could ...

Report Design Templates

We are using DevExpress XtraReports 2009v3.3 and although I can achieve what I want through various formatting objects in code, there must be a (better/less painless/maintainable/visual) way of achieving what I require... I need to produce a report, designed to end-user 'look & feel'. We have many companies which use our software and th...

Create MSG files by automating Outlook Express with Visual Studio Express

I'm wondering if I can use outlook express to create .MSG files using Visual Studio Express ...