| Thread | Last Post | Replies |
|
| disable cell selection in datagrid | 25 Feb 2005 08:35 GMT | 1 |
Is there a way to disable the cell selection in datagrid and only allow the row selection? Examples will be better. Any help will be much appreciated. lance
|
| Format decimal places in datagrid cell | 25 Feb 2005 08:27 GMT | 1 |
I need to create a datagrid where I need to control the number of decimal places shown on each individual cells for a specific column. Since this is a cell issue, the standard column formatting doesn't apply. Any suggestions are welcome.
|
| using Tooltips in Xtragrid, ver 1.1 | 24 Feb 2005 19:06 GMT | 1 |
I'm trying to use tooltip for the editors in the Devexpress XtraGrid ver 1.1. There is no support in tooltips in this version. How can I implement it by myself?
|
| Creating a control just by supplying the class name? (System.Activator question) | 24 Feb 2005 16:02 GMT | 1 |
Slightly modified from the bottom of http://www.dotnet247.com/247reference/msgs/49/246130.aspx ---snip--- Dim c As Control =
|
| ErrorProvider Tooltip | 23 Feb 2005 16:58 GMT | 1 |
Is it possible to control how long the message tooltip of errorprovider should display? Because if you hover to it for a period of time it will disappear. What if i dont like it to disappear or i want it to disappear immediately. Is there any way to do this?
|
| Is this a bug ? | 23 Feb 2005 16:47 GMT | 1 |
I got a very strange problem. Please do followings 1. Create Form1, Form2, Form3 2. Make Form1 as a MDI Parent while Form2 and Form3 are mdichild, and put two buttons, button1 and button2, on Form1
|
| QueryBuilder Component | 23 Feb 2005 15:21 GMT | 1 |
Hey there, Does anyone know of a good 3rd Party native .NET Query Builder control? AND/OR Does anyone have any tips or tricks for someone wanting to create their own
|
| DateTimePicker gets stuck when msg shown during ValueChanged event | 23 Feb 2005 08:38 GMT | 1 |
I have two DateTimePickers on my form as well as some other controls. On the ValueChanged events for the two DateTimePickers I have code to check if there are unsaved changes on the form, and if so, prompt the user to save. The problem is, if the user has clicked on one of the ...
|
| Changing background color of a disabled control | 22 Feb 2005 22:05 GMT | 2 |
How can I change the background color of a textbox when it is disabled or readonly Greets Jean Paul
|
| Problem getting designer to create proper code for items in UserControl.. | 22 Feb 2005 21:29 GMT | 1 |
I am creating a user control to somewhat mimick the behavior of the left panel in Office 2003. I have a user control that contains a collection of custom objects that represent the panels seen in the navigation panel. My problem is I allow the user to specify an image for each ...
|
| Catching a navigation click at a global level. | 22 Feb 2005 20:10 GMT | 1 |
Can anyone tell me how I would go about catching a click event at a global level. More specifically the XButton1 (Left navigation button on a 5 button mouse). Basically I would like to know at an application level whenever it has
|
| Calculating the width of a Winforms control | 22 Feb 2005 13:33 GMT | 6 |
I have an application where I am building a form in code. The controls to be placed on the form are determined by data so I don't know what they are in advance. In addition, the maximum number of input characters is determined in data as well.
|
| Is there a limitation to the number of entries in a ListView? | 22 Feb 2005 04:43 GMT | 2 |
Is there a limitation on the number of entries to be displayed in a ListView control? I have about 2000 entries and it doesn't list all of them. It lists only like 75% entries.
|
| System.ObjectDisposedException | 21 Feb 2005 10:14 GMT | 1 |
We have experiencing a problem with our MDI application that 'System.ObjectDisposedException' occurs while starting the application. Following is the stack trace for the exception. Note that the application first shows a Login form as a child form.
|
| set client area of control that inherits from panel | 21 Feb 2005 08:59 GMT | 1 |
Not sure if this is the right newsgroup for this but here goes. I have a control that inherits from the panel control, but I need to be able to do some custom drawing in the top 30 pixels of the control and add some controls, the rest of the control area is for controls to be ...
|