473,405 Members | 2,167 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,405 software developers and data experts.

Check if row is hidden.

Hi everyone:

Please, be patient. I'm new to this forums and English is not my native language.

I have a little trouble with my code. You'll see. I'm using the developer express GridControl tool. I have a Gridview in it with a table bound to it. The control lets you filter your info. I have a Select all button that works, the only problem is that if you filter the data and press the select button it selects all the rows, not only the ones that are actually shown on the grid, and I need only the shown ones. I'm selecting via my dataset that is declared globally for other purposes. Can you help me with this? Thanx
Apr 6 '11 #1

✓ answered by Elite Hunter

I didn't remember that I had this post. This problem was solved long ago. I'll give the solution just in case someone else needs it.

The only thing you need to do is a SELECT to your dataset. In my case it looked something like this:

dset.Tables(0).Select("Send = true")

"Send" is the name of a checkbox column. That was it. That way you will only get the ones that are selected and not every row. Hope it helps someone

1 1556
I didn't remember that I had this post. This problem was solved long ago. I'll give the solution just in case someone else needs it.

The only thing you need to do is a SELECT to your dataset. In my case it looked something like this:

dset.Tables(0).Select("Send = true")

"Send" is the name of a checkbox column. That was it. That way you will only get the ones that are selected and not every row. Hope it helps someone
Sep 12 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: Dan R Brown | last post by:
I have a large form that is generated dynamically in a jsp using xml / xslt. So, to break up this form into several "tabbed" sections, I break up the form using <div> tags. Each <div...
1
by: Jim | last post by:
I have a 2 checkboxes and a hidden field..what I want to happen is that you can only click on 1 of these checkboxes at a time and when you check a checkbox it will assign the hidden field...
3
by: MLH | last post by:
How does one create a hidden module in Access 97? Why might one do so?
1
by: petersk | last post by:
Firstly I am an older person trying to teach myself to create a project and teach myself Access VBA programming along the way. I anticipate a number of problems I will need help with but here...
2
by: Vic | last post by:
Hi. Is it possible to make web form's check box control (and/or an HTML check box control) to have a thin fixed line for a box instead of a 3d box style. I'd like the check box to look similar...
4
uranuskid
by: uranuskid | last post by:
Hey guys, I need help with following issue: I have a db where userinfos are stored. The script connects to this db in order to check whether the user is logged in. Then I have a from where people...
8
by: =?Utf-8?B?cGVsZWdrMQ==?= | last post by:
i have a GridView and a hidden field : <asp:TemplateField Visible=false > <ItemTemplate > <asp:HiddenField Value="<%#Eval("isActive")%>" id="hidIsActive" runat=server /> </ItemTemplate>...
1
by: anuragjain | last post by:
I am using JSP/struts with css,Java Script. I have kept the controls in table row with checkboxes. When I check the check box other controls & content gets hidden using java script but table row size...
0
by: ekc1979 | last post by:
Hi, It's the first time I've posted on here but I've spent the day pondering over how to do this. I'm certainly not a programmer (another accountant) so please bear with me with my explanation - I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.