DevExpress is a component vendor for a variety of controls across different technologies. They allow for more customization than the standard-issue controls.
0
votes
0answers
2 views
DevExpress WebChartControl CrosshairOptions show DataSource Fields
I have a DevExpress WebChartControl in my asp.net web form that bind to a DataSource.
How can I show a DataSource Field when mouse over on Chart?
My chart type is Side By Side Gantt.
0
votes
0answers
4 views
Refresh just the child part in a master/child page
I have a Master page and fout child pages that use this master. The master page has a menu (from DevExpress) which allows me to refresh the page or go to one of the other pages. However, every menu ...
0
votes
0answers
7 views
A button to refresh them all, without immediately refreshing
I'm working on a website which has a button and a grid full data. And I have 10 different users looking at this page on different browsers. (IE, Firefox, Chrome, Chrome OS, Android, iPad,, etc.) The ...
0
votes
2answers
33 views
Hide an axis with a parameter
I have a report that uses parameters to hide or show data on a chart at runtime. I have the following code to read the parameter and use it to control the visibility of the axes.
...
0
votes
1answer
12 views
Cell border in xtragrid
I have one Devexpress xtragrid with certain columns. Now I want to remove the bottom and left borders of the second and third column. Is there any way to achieve this? I tried to draw cell border ...
0
votes
2answers
55 views
Locking object in c#
Hi all I am having a code where user can select a record from gridview and make payment, now I guess of a situation if multiple users select the same record at a time and proceed to the payment then ...
0
votes
1answer
22 views
GridView with ObjectDatasource UpdateMethod
I have an ASP.NET WebForms page containing an ASPxGridView and an ObjectDataSource:
<dx:ASPxGridView ID="gvEmployees" runat="server"
AutoGenerateColumns="False" DataSourceID="objDsEmployees"
...
0
votes
0answers
14 views
Is it possible to add/create Bing Map control to DevExpress Reports?
Is it possible to add Bing Map control to DevExpress Reports? Or, even to generate one at the runtime?
I need a report with map control with set of pushpins using DevExpress reports. If not possible ...
0
votes
1answer
29 views
Timers from ASP.NET to MVC Razor
I'm moving an app from ASP.NET/C# to MVC and I have some Timers <asp:Timer>
I'm trying to find exactly the same tool for MVC (Html5 or DevExpress) but seems like there is not or at least my ...
1
vote
2answers
31 views
How to display current date automatically in ASPxDateEdit Control on default loading
I need to display the Current Date (17/Jun/2013) Automatically in the ASPxDateEdit Control by default while loading.
How to implement this?Any default property is there?
0
votes
2answers
93 views
How to get property values by name
I have a class with some published properties that I want to list.
The properties are of type TcxCustomStyle which are from DevExpress styling.
I use the following code to add the names to a memdata ...
-2
votes
1answer
25 views
Coderush (DevExpress) component missing
I had Coderush 12.1, and uninstalled it, because i see there is version 13.
Uninstalled, but VS2012 show error's that can't load coderush.
Deleted registry keys that have devexpress, dxcore, and so ...
1
vote
1answer
65 views
Best practice to connect DAL to UI layer
I've always been told that designing your application using 3 tiers model is the best practice to separate the data layer and the business logic layer from the presentation.
But when I come to use ...
0
votes
1answer
16 views
How to remove caption of field in DevExpress ASPxGridView EditForm
I am developing a custom column for DevExpress ASPxGridView.
At EditForm, I replaced the default edit textbox with a custom control that contains some other controls (label-textbox pairs).
...
0
votes
1answer
17 views
Upload file with devesxpress
I'm using DevExpress ASP components in my application.
On one page I have some controls with the following scenario: a user select document type from dropdown list. After that he chooses file and ...
0
votes
0answers
17 views
DataGridView- match the gridcontrol DevExpress?
Does this code inside the DataGridView, match the DevExpress GridControl?
dataGridView1.Rows[e.RowIndex].Cells["ImagesData"].Value
0
votes
0answers
23 views
asp .net dynamic binding on Init Evet
i'm developing an asp .net web app. I wanna use user control in the web pages, the goal is to not having to re-write the code for different pages with same functionality. therefore i have to do ...
0
votes
0answers
8 views
devexpress ASPxGaugeControl into pivotgrid columns
I have devexpress a aspxPivotGrid that has a Percent Column.
I want to show a gauge into the next column and bind it to the percent column.
How can I do this?
0
votes
0answers
23 views
ASPxPopupControl with Reloading entire page calling it
I have the following code ASPxPopupControl. When I click the cell which pops it up, the entire page is reloaded with all the asp:SqlDataSource being executed. It takes forever.
Once it's loaded ...
0
votes
0answers
20 views
Is there a way to set vertical scroll position of the gridview Xtragrid?
I'm using Xtragrid Suit to make my windows forms grids.
Is there a way to set the vertical and horizontal scroll position of the gridControl or gridView?
0
votes
0answers
50 views
TImage Uses dxGDIPlusClasses.dcu
I've used the trial of DevExpress but it's expired. Now when I add a standard TImage and try to compile it gives me the error:
[dcc32 Fatal Error] filter.pas(9): F1026 File not found: ...
0
votes
2answers
14 views
How to not change the scroll position when the datasource change Xtragrid
I have a windows form application with DevExpress Xtragrid Suit.
I have a screen that has a grid with many columns and rows, because of this i dont want to change the scroll position when i change or ...
0
votes
0answers
48 views
How to show a line just below the windows form title bar
I want to display a line just below the Windows Form header text. Suppose my Winform title is "My application", I want to draw a line just below the "My application" text of the same width as the ...
0
votes
1answer
35 views
How to set pagetheme according to user
I want my webpage to have some theme options which will be decided according to choice of the user. As far as I know, I should set Page.Theme in the OnPreInit event. However, in that event I cannot ...
0
votes
0answers
36 views
DevExpress XtraReport export infinite loop
We have a report that was seemingly working perfectly until a recent upgrade to DevExpress 12.2.
Basically, the report is created, and appears to work perfectly during debug.
I then call either ...
0
votes
3answers
57 views
Insert new row in gridview by specific value
I'm using Devexpress tool anyone please help me?
I'm using Devexpress tool to develop my website. But i have some problems so i hope anyone could help me. I really need it in my project. Please see ...
-4
votes
1answer
31 views
make popup always visible devexpress lookup edit
I'm using a dev express lookup edit in a winforms application.Is it possible to make the popup of the lookup edit always visible ?
1
vote
0answers
25 views
How to send a server update to the browser?
I have a simple problem which I need to solve. The solution might not be that simple, though...
I have a web application at example.com and multiple users are using it at the same time. At some ...
0
votes
1answer
11 views
Devex Timeout Popup doesn't dissapear when time is up
I use the devex time out control which is described in the following link.
DevExpress Timeout Control
It works with the session time out value which is set in web.config. Let's say if the session ...
0
votes
2answers
36 views
set unique values to lookup edit data source
I'm trying to put non duplicated values in a lookup edit using the code below but the variable unique is always null, and I don't know where is the problem.
Any help please?
...
0
votes
1answer
52 views
duplicated values in lookup edit
I'm using a devexpress lookup edit in a winforms application.I got many duplicate rows in the Database and those same values appear in the LookUpEdit control.
Is it possible to get the distinct ...
0
votes
2answers
46 views
Change DevExpress GridView row back color after SetFocusedRowIndex(-1) by JavaScript
I have a client side function by JavaScipt for FocusedRowChanged in my ASPxGridView.
In this function I post gvMore.GetFocusedRowIndex() to my CallBackPanel PerformCallback.
I save FocusedRowIndex in ...
-1
votes
1answer
24 views
AspxCombox binding to a datasource
I have a Devexpress ASPxComboBox which is bound to the Users table. On a page in another Project there is a field EnteredBy. I want to somehow make the ASPxComboBox be able to show the name that saved ...
-2
votes
0answers
20 views
NavigateURL in asphyperlink not working
My code here:
<dx:ASPxHyperLink ID="hplBooking" runat="server" Text="Booking" NavigateUrl='<%# Eval("TL_Id","Details.aspx?Id={0}") %>' Cursor="pointer" ></dx:ASPxHyperLink>
When ...
0
votes
1answer
20 views
OData Date Filtering from JS
I am using the DXTREME framework from Devexpress to connect a HTML mobile app to an OData source.
One of my tables in SQL Server, exposed through the OData service is a table with a date (not ...
0
votes
0answers
23 views
Unable to Install WPF Published project ERROR: Value Doesn't fall in Expected range?
I have published WPF Project. In this project i am using the TeleriReporting.dll file & devxpress controls in WPF application. I have created the publish file but unable to install on same machine ...
1
vote
1answer
31 views
remove empty rows from lookup edit in devexpress
I'm working on a winforms application and i have a look up edit field.
The data is loaded but i got many empty rows in the lookup edit.
Any help?
0
votes
1answer
59 views
Font color for disabled fields in DevExpress skins is too light
I just updated a client project from DevEx 8.x to 9.2.
Several of the forms have a number of disabled fields (for security & informational purposes), these fields are not to be edited, but are to ...
0
votes
1answer
9 views
Access parent DevExpress Popup from within iframe
I am within an HTML iframe and am trying to access a DevExpress popup window which is on the main parent window.
Does anyone have any suggestions?
I've tried window.parent.document but can only ...
0
votes
0answers
31 views
My textboxes won't refresh after inserting record in ASPxGridview
I have a panel and inside panel i have an ASPXGridview (Devex) and thress textboxes which display last record of the grid when i insert a record it inserts in the grid however it wont referesh the ...
4
votes
1answer
99 views
possible run PhoneJS in browser? [closed]
When I launch PhoneJS demos (HTML5/JS product from DevExpress) on my iPhone it looks correctly. But I prefer using my Safari browser to run application. On their site they show demos in browser (for ...
1
vote
1answer
55 views
+50
Devexpress datagrid and form context menu
When i right click on grid row it shows context menu strip assigned to it for few second and then replace it with form's context menu. How can i make sure that grid's context menu strip remain visible ...
1
vote
1answer
31 views
Visual studio in English to target DevExpress in another language
I am using Visual studio in English and I am developing an app for the Japanese market. I am using DevExpress and the Devexpress messages are displayed in English. Can I change this to Japanese.
For ...
0
votes
0answers
24 views
Data binding to EF5 DbSet ICollection
we are looking to move away from using the Entity Framework ObjectSet to the much lighter dbSet.
The problem we are having is not being able to bind to a 1 to many collection of an entity, for ...
0
votes
2answers
71 views
C# completely loading a WinForm without showing it (VS2010)
Working with DevExpress 2012 vol 2.10
C# on top of VS 2010
First question seems to have been unclear...
So lets clear it a bit (or try to at least)!
We are building a MainForm with a Ribbon ...
0
votes
0answers
20 views
Unable to bind Huge Data(more than 50k) to silverlight pivot Grid
I am using DevExpress Silver Light Pivot Grid Control in my Silver Light Application. I am Calling a WCF service method in my Xaml.Cs file to get the data from the database. I am able to bind 30,000 ...
0
votes
0answers
36 views
Button in popup does not fire event in asp.net
<dx:PopupControlContentControl ID="PopupControlContentControl1" runat="server">
<dx:ASPxPanel ID="Panel1" runat="server"
<dx:ASPxGridView ID="PopUpGrid" runat="server" ...
0
votes
1answer
21 views
how to bind silverlight pivotgrid to wcf data service?
I am creating an application in which i want to get data from wcf service and want to bind it with devexpress 12.2 pivotgrid control.
Can any one help me or point me to link or tutorial for the same ...
0
votes
1answer
29 views
Disable the “selected” property of a DevExpress.XtraTreeList.Nodes
I am using the DevExpress.XtraTreeList.Nodes control, after a node of this type is appended to a DevExpress.XtraTreeList object by
TreeList1.AppendNode(new object[] {"hello word"}, -1);
I don't ...
0
votes
0answers
28 views
Devex ASPXGridView Custom Column Group Event - Call Event Dynamically
In a web application I am creating a DevExGrid at run-time and assigning events to it.
I added few event run time like...
grOtherSystem.CustomCallback += new ...


