blah blah blah is here! blah blah » Close

0
votes
1 answers

Data Grid Column Order Problem 2

Hi, I found the problem that caused the error message regarding frozen columns, I now get the following error object reference not set to an instance of an object. Here is the event I use private void GridDisplayOrder() { ...

0
votes
1 answers

Data Grid Column Order Problem

Hi I am having a problem with the order of the columns in my data grid. I have set the order I want in the data grid property Edit Columns. When I run the project 2 columns are way out of position. I tried to move the out of position co ...

0
votes
1 answers

Suppress zero's or force blank

Hi I have a datagrid and I would like to either replace zero's with a space or suppress them. I have tried just putting in a space but that did not work. The field used to have -Infinity in it so I forced a zero with this line if (Grid ...

0
votes
1 answers

Percent Sign

Hi I have a column in a datagrid that shows a percent difference between 2 columns. I would like to put the % sign behind the number. I have tried to concatenate it but that does not appear to be working. Any idea's how I can get the si ...

0
votes
1 answers

Data Grid Sort

Hi I have an unbound Data Grid, Is it possible to sort the data by 2 columns? I have looked and the sort is either automatic or programatically. Does someone have an example of a programatical sort. Is it easier to just sort the data i ...

0
votes
1 answers

Grid Cell Color

I use a method to chagne the color of a cell to red, I now want to put a if statement asking if the color is red so I can do further processing I tried using the following if statement but was told cell color cannot be implicitly converted ...

0
votes
1 answers

Excel Export in >XML instead of .XLS

Hi, I am exporting data to a excel spreadsheet things are working well EXCEPT the format is always in .XML I need to have it in >XLS anyone know how to change this? Thanks,

0
votes
1 answers

Deployment with C# 2005 Express

Hi, Is it possible to creat a deployment package with C# 2005 express? If not is there any non paid version that allows deployment? Thanks,

0
votes
1 answers

Txt Box Method activation

Hi , I have a screen with a text box, . I want to be able to edit a number to show as currency before the screen is loaded and when someone enters a number I want it to show as currency. I cannot figure out which method I would use to p ...

0
votes
1 answers

Limiting Decimals

Hi I have a numeric column on a datagrid that I am putting into a textbox, The problem is that the value has 4 decimal places and I want to show no decimals. I am not sure though how to convert it to a decimal. pPrem_Optimized in the gri ...

0
votes
1 answers

Strange DataGrid Problem

Hi I have a strange problem, that may be a Microsoft thing? I have 6 data Grids. 5 of the grids have 3 rows high, med, low. The botttom grid has a dropdown cell that you can choose high, med, low for the upper grids, 1 for each grid. ...

0
votes
1 answers

Problem Inserting variable into string

Hi All, I seem to be having difficulty inserting a variable in the middle of my connection string. Seems it should be easy enough but I have tried many different ways. I am uploading an excel sheet and at this point have the path hard c ...

0
votes
1 answers

data grid dump to a dataset

Hi, I ned to dump data from a grid to a dataset to update a new DB, I have created the dataset, The problem I am having is getting the data from the grid Can anyone explain how I can dump the grid into my dataset? Thanks, George

0
votes
1 answers

Urgent Help Neede

HI I have taken over a project from a former employee, I have not done OO programming for about 10 years so it is like starting over. The biggest problem I have at the moment is this. I have a grid that is populated from a dataset that I ...

0
votes
1 answers

Grid Data Challenge

Hi, I am having problems with data in a grid, The grid is loaded from one dataset, Changes are allowed on the grid. I want to be able to take the grid data and put it into another dataset to update a new db. Is it possible to loop throug ...

Feedback