devexpress

Devexpress AspxDateEdit control not getting displayed in the jquery modal dialog

hello all, The devexpress aspxDateedit control is not getting displayed in the modal dialog .Please anyone tell me some solution,its very urgent. Thanks Ritz ...

How to disable one row of DevExpress XtraGrid in C#

Hai all, I am using DevExpress XtraGrid in c#.NET application. I want to disable or set readonly property to particular row of XtraGrid . Please Help. ...

MVVM - WPF DataGrid - AutoGeneratingColumn Event

Hello all, I'm currently taking a good look at the excellent toolkit from Laurent and I have the following question. From Blend 4, I have added an EventTrigger for the Loaded event, in my ViewModel I have the following: public RelayCommand rcAutoGeneratingColumn { get; private set; } In the constructor I have: rcAutoGeneratingColum...

Can I use both DevExpress and Telerik on the same web page

Will there be any problems if I use DevExpress controls and Telerik controls on the same web page. Imagine I am nesting them insider one another. I am wondering if they would conflict each other during AJAX calls. ...

DevExpress ASPxGridView callbacks and jQuery

Hi, we have a DevExpress ASPxGridView in our webapp with EnableCallbacks=true to allow client side events for this grid. As soon as we include jQuery (1.4.1 or 1.4.2) and perform eg. a filtering on the ASPxGridView, all client-side grid functionality stop working. We have tried the solution discussed here http://www.devexpress.com/Sup...

Using devexpress HtmlEditor control has DXR.axd throwing 404

I am using a dev express control: ASPxHtmlEditor version 10.1. I am trying to create a simple that only has this control. Unfortunately the control does not render with any of its styles or images loaded. This happens over 20 times. The control does not have any of its styles and all of its images do not load on the control. I am ge...

ASPxGridview Custom Sorting?? by Month Name

Hi, I have an aspxgridview which groups first by year and then by month. Basically my query returns Month and year as seperate columns. Now if I return month as "January or February" then ASPxGridview does not know how to sort this. I heard of custom sorting, but even then if I return month column as a number and use dataitem templat...

how to hide the exizting double click event(appointment form) in the xtrascheduler

hii, I am using devexpress xtrascheduler.In this i have created one custom form which opens while double clicking .But the problem is now while double clicking two forms are opening ie,one custom form that i have created and the other default one.so i need to hide the default form and need to show the custom form that i have created.Ho...

how to change the look of the scheduler control

hii I am using devexpress xtrascheduler.in that am having a scheduler which is having the default look(having time in the left side verticaly)but i have to get some labels on the left side ie,in addition to the existing scheduler control look... In simple i want to add some label on the existing scheduler control verticaly.is it possi...

How to make the 'supports resource sharing'to yes in scheduler control in xtrascheduler

hii I ahve a scheduler control now i want to group the scheduler with respect to my dataset but it is showing that support resource sharing =no how i can make it to yes and how i ca group my scheduler depending on resource help me plzz ...

DevExpress Aspxcallbackpanel Client Side Timeout?

I've read plenty about how to handle Server-Side timeouts & errors during a Callback... but what about Client Side timeouts? here's the example. Guy fills out a web form. Hits submit & the ASPXCallbackPanel does a PerformCallback. But right then... his internet drops or his router burps. In my app, the Callback panel never returns cont...

DevExpress BarManager with Prism

Hello folk, I'm writing an application using DevExpress controls and Prism. I have a BarManager in the shell with the main menu bar and marked this bar as a region. <dxb:BarManager Name="barManager"> <dxb:BarManager.Bars> <dxb:Bar Caption="Main" IsMainMenu="True" UseWholeRow="True" cal:RegionManager.RegionName="{x:Static in...

How to create a tree list using xtratreelist

hii, I am using XtraTreelist.in this i have created a unbound treelist.Now i have to add a button in that form and when we click the button a new root should be added. and by using another button i have to add the child.. help me please... ...

How to save datas(appointments) in the schedulers cell from a custom appointment form

Hii, I am using devexpress xtrascheduler. I have created a form instead of the default appointment form.(ie,while double clicking a form which is created by me is opening).Now i want to save the appoinments in my form to the scheduler cells(like when we add new appouintments ,it will show in the scheduler cell).how it can be done. help ...

how to find the SchedulerMainDemo dll

hai I am using the xtrascheduler..now for my project i need refernce from the SchedulerMainDemo.. Inorder to add the dll file to my project as refernce i need the location of SchedulerMainDemo.dll..can anyone help me to find that...please..its very urgent..please ...

Adding new root in the treelist during runing

Hii I am using xtratreelist.In this i have created an unbound treelist. I added a button in the form.Now i need the button to function such that when i click on the button it should add a new root in the treelist.how it can be done..please help me from the basic please... ...

what to do when custom page setup not working on printer

i am doing some changes in application developed in c#.net 3.5 , application using devxpress for reporting , customer has dot matrix printer epson lx 300 + with running paper size (32cm height and 22 cm width). problem is some reports are very large and require every mm of page to print reports so i setup page size a4extra (32cm height a...

Creating a child node from a parent node

HII I am using xtratreelist in this i have a treelist and a button in the form .the button is placed such that when the user clicks the button a new parent node(root node) is created. but now i want to create a child node from the parent node while clicking another button ..help me please,,,, ...

How to retrieve the customeditappointment form in xtrascheduler

Hi I am using devexpress xtrascheduler in this I have created the custom appointment form and I can enter details into the scheduler through the custom edit form. But the appointment is not retrieved while clicking on the cell...help me to reproduce the appointment that I created..please ...

How to insert "empty" row into a DataTable?

I am using a DevExpress LookUpEdit control. My database has two tables that control the population of control options. One called MaintCategory and one called MaintItem. This introduces a Magic Number into my program(the CategoryID) but allows for lots of runtime customization. My problem lies in how to allow my users to un-select ...