473,385 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

GridEx help needed

Two
Hi

Does anyone have any idea about how to access a column in a Janus
Control GridEx. I need to change the information in one column of
several selected rows. I can gather all the selected rows with
"CheckedRows", but as I perform a loop through the selection how do I
update the column called "status" in the row.

What I have looks something like this.

GridEXRow[] checkedRows = this.fileGrid.GetCheckedRows();

foreach (GridEXRow row in checkedRows)
{
fileGrid.RootTable.Columns["Status"] =
RecordStatus.CheckedOut;
this.recordBindingSource.ResetBindings(false);
}

the way I tried does not work. Any suggestions?

thanks for the help.
Jun 27 '08 #1
0 1378

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Steve | last post by:
Hi, I am sitting down to design our next set of internal apps. I would like to approach this in a way that would allow me to break logical parts of the application that handle specific tasks...
0
by: ultradiv | last post by:
I have a VB.NET application partly built that produces an xml output (just a file at present) I have a .NET webserver and SQLserver 2000 I need to be able to send the xml to the webserver/database...
28
by: Ian Davies | last post by:
Hello I would appreciate some help from someone who has knowledge of working with css, php javascript and how they interact. Ive been working on a task for the last few days and have started to...
0
by: gireesh21 | last post by:
Hi all, i am using janus GridEx for my application, i need to use some image in the with animated is to display in the cell of the gridEx so it change color, how to do it? please help me,...
1
by: palsum | last post by:
Hi, I have a Windows application in which I am using Janus GRidEx for displaying data. In this Janus Grid I have a checkbox column. I want a functionality if user selects checkbox for particular...
1
by: ajey | last post by:
Hi all I recently downloaded janus gridex for my project... the problem is iam unable to bind data... here is what i do ......
37
by: C_guy | last post by:
Does anyone know of a (hopefully free) tool that can traverse a project and determine which "#include"s are not needed or needed in every .C file? This would be helpful in removing header...
1
by: Daniel S | last post by:
Hi, I have an asp.net page with a GridEX inside an UpdatePanel. Every 20 seconds, I need to re-submit a query to the database and refresh the GridEX with the new results; however, each time...
0
by: Sasie7679 | last post by:
Hi, We are using Janus GridEX control(1.6e) for VB6.0. We compile our VB exe in windows 2003 server. With the latest security patch for OLE from microsoft, the exe crashes during compilation. We...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.