developerexpress

What's the Developer Express equivalent of System.Windows.Forms.LinkButton?

I can't seem to find Developer Express' version of the LinkButton. (The Windows Forms linkbutton, not the ASP.NET linkbutton.) HyperLinkEdit doesn't seem to be what I'm looking for since it looks like a TextEdit/TextBox. Anyone know what their version of it is? I'm using the latest DevX controls: 8.2.1. Thanks. JK ...

Generate DTOs from Object

Hi there, I want to auto gen some DTOs from some of my existing objects, I was wondering if there already exist a Resharper, DevExpress or VSX open source to use, I need a tool to look into my code and let me choose which properties I want to include in my DTO and then generate a class based on that... ...

Anyone having problems with Delphi-2010 and Norton Internet Security 2010 ?

I just spend the good part of the afternoon trying to find out why some projects, when compiled and run from within the Delphi-2010 IDE produced a 'Security Risk - A program is behaving suspiciously on your computer' warning every time I compiled it. In the end it turned out to be the following: - if version information is turned on 'In...

Is ASP.NET MVC a good platform?

I aim to try use DevExpress web server controls (which are awesome) in an ASP.NET MVC project (some articles I read on 'net seems to indicate the two can work well together). I'm eager to start a new project using ASP.NET MVC, and I have been reading up a lot on ASP.NET MVC lately, but I'm not sure if I should invest a project in it. My...

Developer Express Aspx Grid - Not doing updates as you go along

I'm having a look at the developer express grid for ASP.NET. I'm happy with how to set it up in conjunction with an object data source to do updates etc. However I dont want to save as I go along, I want to perform multiple updates and then save them all at once. I'm assuming that I need to store the interim updates somewhere e.g. in ...

How to localize Developer Express VCL components at Design Time in Delphi 2006?

I can only translate my application to my language using TcxLocalizer at runtime, but I need this working also in design-time. Does anyone has some suggestion? Thanks in advance ...