I have a column in a XtraGrid that shows the time elapsed since the record was inserted. I ca开发者_开发技巧lculate this on the server and returning the time as a string.
I have a XtraReports.UI.XRChart control and i\'ve set up all the necesary options to function.. but i cant draw alternating circle colors on the radar.. there is an example only its not t开发者_Go百科
What would be the best practice to implement save/restore layout funcionality for every DeveloperExpress XtraGrid control in my application. I use开发者_StackOverflow a lot of Grid visual elements on
I have an ASPX GridView with a DetailsRow which I need to display some information on the expanded row, as well as an opportunity to add some data. My problem right now is SELECT\'ing the right data w
I am using VB.net within Visual Studio 2008. I currently have GridControl where one of the columns fetches a real number from the database. Whenever I try to remove the value I get a red \'X\' saying
My goal is to create report in WPF using dev express. I want to add word or pdf documents into report.
How do I delete multiple rows fro开发者_如何学运维m XtraGrid ? I am using DevEx version 10.2. Any tutorials available ?You can get the selected rows using the GetSelectedRows method (nicely named righ
I\'m using devExpress 11.1 with MVC 3/razor and i\'m experiencing problems with putting html tags into the content of the tabs of the pageControl e.g. I would like to put <div id=\"someDiv\"><
I am working with a DevExpress GridView and have an object I\'m trying to populate in the grid. E.G lets say I have a Product.
I\'ve posted this on the DevExpress forums as well, but you can\'t beat stackoverflow for good answers.