
I'm getting an exception when I drag and drop a PageView, GridView, and a few other controls to the Form.
system.nullreferenceexception: object reference not set to an instance of an object (see attached screen shot).
No one else on my team has reported getting this issue. My existing projects are fine and I can drag and drop these controls to them, but when I create a new project and try to add these controls, I get the exception noted.

Hi,
I'm using the radDeskTopAlert for WinForms and it's a very nice control.
However, I'm finding that if I move the client application from monitor 1 to monitor 2 the desktop alerts still popup in the same place on monitor 1.
If I restart the application on Monitor 2 the alerts still appear on Monitor 1.
Is there a way to use X,Y co-ords to get around this problem?
Many Thanks,
Martin.
I'm working in appointment function ,use calerdar to display scheduling.
Each day display a percent bar to display left appoint no in day. like below pic.
I want to custom draw day element,when day



Hello
i want Change Change Color Border For DateTimePicker
i want put change color border buttom only and disable color for top,left , right

I would love to avoid having to create columns by hand, and just rely on auto generation. I know I can set a title of the column by adding a DisplayName attribute. However, when I try to set a date format, it's breaking.
Here's what I am trying to do
[DisplayName("Invoice Date")][DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]public DateTime? InvoiceDate { get; set; }However, the date still displays with the time.
Also, is there a way to get a column to be hidden through attributes alone?


how can move between controls by using enter
if ((e.KeyCode == Keys.Enter) ) { this.SelectNextControl((Control)sender, true, true, true, true); }is not working
