No announcements
Found 1360981 threads
-
0 Votes
validation of grid cell not displaying result
The problem in your case is the Grid cell value which is stored into the table after you leave the cell.Answered | 3 Replies | 4041 Views | Created by Tariq Iftikhar - Saturday, June 25, 2011 6:05 AM | Last reply by Pavel Celba - Sunday, February 26, 2012 8:27 AM -
0 Votes
Validation of grid cell
Befor leaving column9 of grid, I have to validate whether it is empty or exceeding available quantity.Answered | 8 Replies | 6241 Views | Created by Roomi Azmi - Wednesday, November 18, 2009 8:29 PM | Last reply by Roomi Azmi - Saturday, November 21, 2009 4:54 AM -
1 Votes
Not able to validate cell display text
Sometimes the text value of the cell becomes the cells name.Answered | 7 Replies | 2729 Views | Created by harkohli - Wednesday, August 1, 2012 6:37 AM | Last reply by elizurm - Wednesday, August 8, 2012 9:47 PM -
2 Votes
Displaying custom control in Data Grid cell
It is only intended for use in editing the cell values, the display of the values is handled separately.Answered | 20 Replies | 724 Views | Created by DRC708 - Monday, April 25, 2016 3:36 PM | Last reply by Dave299 - Wednesday, April 27, 2016 10:07 PM -
1 Votes
Grid View is not displaying all the results.
If the root is a Grid with the ListView in it you will get a scrollbar by default.Answered | 1 Replies | 890 Views | Created by Sane.amit - Friday, June 14, 2013 1:28 PM | Last reply by Magnus (MM8) - Friday, June 14, 2013 2:26 PM -
1 Votes
grid cell content click
On closing FORM3, my calling grid Form is there waiting for me to click on another cell an repeat the process.Answered | 4 Replies | 1611 Views | Created by BONIETE - Thursday, February 18, 2016 10:53 AM | Last reply by Andrew Mordi - Wednesday, February 24, 2016 4:57 AM -
0 Votes
how to put border style for grid cells in div element, using display:-ms-grid CSS attribute
Since you are manually creating your grid cells you could put a div at each grid location and add borders to them.Answered | 1 Replies | 3181 Views | Created by Sushil Baid - Wednesday, June 20, 2012 2:00 PM | Last reply by Jeff Sanders - Wednesday, June 20, 2012 2:26 PM -
0 Votes
datagrid cell by cell validation
foreach (DataGridViewRow row in myDataGridView.Rows) { ...Answered | 1 Replies | 3716 Views | Created by Msubrahmanyam - Saturday, December 13, 2008 12:07 PM | Last reply by Lucian Baciu - Saturday, December 13, 2008 7:46 PM -
0 Votes
displaying form at cell location
If I understand correctly, you want your Windows form to be displayed close to the cell you are working with.Answered | 3 Replies | 4100 Views | Created by Bravo2007 - Thursday, December 16, 2010 9:34 PM | Last reply by mathias.brandewinder - Monday, December 20, 2010 3:22 AM -
0 Votes
How to disable a cell in a data grid
false); row.Cells[1].ReadOnly = ...Answered | 4 Replies | 3847 Views | Created by Amit Jhingran - Tuesday, December 28, 2010 4:29 AM | Last reply by Love Dot Net - Tuesday, December 28, 2010 11:47 AM -
1 Votes
Datagridview cell validation
Hi gsjreddy, If the user don't know the valid value, the cell will be empty itself (and won't let you leave), so no more action to delete it.Answered | 5 Replies | 14975 Views | Created by gsjreddy - Tuesday, November 1, 2011 9:44 PM | Last reply by Helen Zhou - Wednesday, November 9, 2011 2:25 AM -
1 Votes
How to validate wpf Data grid
My data grid has template columns. those columns validation errors not identified by above method.Answered | 3 Replies | 2835 Views | Created by Kelums - Wednesday, February 5, 2014 1:37 AM | Last reply by Magnus (MM8) - Thursday, February 6, 2014 1:30 PM -
0 Votes
Display Grid of ints
I would want to have both a row and column header that displays an integer for the row/column index.Answered | 4 Replies | 688 Views | Created by nflfish - Sunday, October 11, 2015 5:02 PM | Last reply by Magnus (MM8) - Monday, October 12, 2015 8:22 AM -
2 Votes
Highlighting a row of cells in a grid
The highlighted row in my grid only stays as it is (on the first row in the grid), eventhough in the background movement in the records are taking place.Answered | 8 Replies | 6310 Views | Created by Yong Mallare - Wednesday, August 24, 2011 2:56 AM | Last reply by Yong Mallare - Thursday, August 25, 2011 1:54 AM -
0 Votes
Cell merging with Silverlight data grid
also that grid will not support multi level grouping. i already posted some queries to the post under the name "vinod" but didnt get any answer.Answered | 3 Replies | 2542 Views | Created by vinod_11623 - Thursday, February 7, 2013 9:22 AM | Last reply by Patrick8639 - Saturday, February 9, 2013 6:05 AM -
0 Votes
Editable cell format in grid
As for DataGridView, you can format cell style for particular columns like this: ...Answered | 2 Replies | 4126 Views | Created by arunkumard - Wednesday, July 15, 2009 5:09 AM | Last reply by Martin Xie - MSFT - Tuesday, July 21, 2009 3:59 AM -
1 Votes
Is there a good way to validate all the data in a grid?
So the question over here is, how to fetch that information (Cell values) from the Row itself instead of iterating through the Cells.Answered | 4 Replies | 2692 Views | Created by EdPearce - Wednesday, November 2, 2011 9:19 PM | Last reply by Tapas Sahoo [MSFT] - Friday, November 4, 2011 5:01 AM -
0 Votes
grid view cell header ?????????
Now my admins told that he need this merge data in the heading of the status column cell that is the cell number 7.Answered | 5 Replies | 1753 Views | Created by starnitin - Monday, September 17, 2012 9:39 AM | Last reply by Mitja Bonca - Tuesday, September 18, 2012 7:37 AM -
0 Votes
change color grid cell
I have tried the .init of the form, the grid; the refresh, etc.Answered | 6 Replies | 5393 Views | Created by JohnCompass - Wednesday, June 24, 2009 1:52 AM | Last reply by CetinBasoz_Dont Trust Microsoft - Thursday, September 3, 2009 12:22 PM -
0 Votes
Check if the values in the cells are valid
> But sometimes other users paste values which are not from the list of valid values This is a known issue, and I think the better way is to check the data ...Answered | 1 Replies | 599 Views | Created by Мишель - Thursday, April 21, 2016 8:54 AM | Last reply by Edward8520 - Friday, April 22, 2016 2:01 AM - Items 1 to 20 of 1360981 Next ›
No announcements