Questions tagged [checkeditems]
13 questions
2
votes
2 answers
Telerik Combobox Check All items
I'm using C#, Asp.Net 4.0 and Telerik and I'm trying to interact with a RadComboBox.
I'm populating it with an entity data source like this :

Andy M
- 5,945
- 7
- 51
- 96
1
vote
0 answers
Workaround for C# ListView control's CheckedItems.Count Method taking too long to return
I've got a ListView control that has over a million ListViewItems. Each ListViewItems contains two strings. I'm pulling all the registry entries for a Windows machine -- both the path + key name, and the data.
When I attempt to call…

Mr. Man
- 33
- 8
1
vote
3 answers
Add ONLY checked items from a checklistbox to a listView control
My situation:
I have a populated checklistbox control on Form1.
Then I have a listView control on Form2.
I would like for the user to be able to check items on the checklistbox on Form1, then click on a button on Form1 to open Form2.
Form2 contains…

Richard Postma
- 13
- 4
0
votes
1 answer
How to set checked item in checkedlistbox with listbox - c#
I have problem to select item from listbox and check item in checkedlistbox.
How can I select item from listbox and then check in checkedlistbox?
I cant select listbox item and check checkedlistbox when match item
I want code for select…

BEHZADnr
- 13
- 1
- 6
0
votes
1 answer
How to set CheckEdit value from DataTable?
I try to pass my gridview column IsActive (Boolean type) to my view form.
GridView / DataTable Column Name : IsActive (d_Boolean(char1))
Form CheckEdit Name : chkIsActive
Below is the Form Code
public partial class PayrollBBNationalForm :…

Brian Ng
- 35
- 3
- 12
0
votes
1 answer
Select items which exist in database | C#
how could I select / check items in checkedListBox which exist in database ?
I INSERT value to Table (Tickets):
(PK TicketID,
FK ShowID,
FK PriceID,
Seat
)
INSERT is ok, now I want to check this items which aleady exist in DB.
I have no idea to…

adamo ski
- 17
- 7
0
votes
1 answer
Replacing a Char or part of a string to conform with an SQL query
I know I've not gone about this in the easiest of manners but i'm fairly new to C#.
I'm trying to make sure that when I select from only 1,2,3 or 4 of the 5 checked list boxes that i do not end up with the following
&& or &&& etc... I would like the…
0
votes
1 answer
My DevEx Repository Item doesn't work
I am using DevEx grid and also using repository item (check edit) to do this grid's rows selectable.
When i enter the program, my checks doesn't work properly. You see picture below. When i click the check edit, it doesn't respond me.
Note: I did…

OvD
- 41
- 4
0
votes
1 answer
C# listview checked box
I am trying to get the index of a listview item that has just being checked and update a database based on the item that was just checked not considering other items that were checked before
I am trying to use the checkbox to indicate a user wants a…

Gafar
- 13
- 5
0
votes
1 answer
folderbrowserdialog Check Space
I am rather new to VB and I am trying to figure out how I can do a certain routine. I am writing an archive program that has a checklistbox populated with all the directories on a certain drive. As the user checks on of the directories, it goes…

user2202347
- 3
- 1
-1
votes
2 answers
c# uwp listview checkeditems not working
I am trying to create a foreach loop for a listview to detect which items are selected (multiselection is on) and then concatenate the item's text to a string to pass to a second page with the frame.navigate method.
I've googled and several…

Nathan Whitchurch
- 1
- 1
- 2
-1
votes
1 answer
How to add up items in a CheckedListBox vb.net
Basically I have a checked list box and each of the items in it have a corresponding price. How do i code it so that
1) when one of the items is selected, the relating price is stored somewhere in the code, and
2) how do I then add up those prices…

Alex Bradley
- 15
- 3
-1
votes
2 answers
Accessing multiple CheckedItems as they are checked
I am trying to filter documents based on selected tags in a checkedlistbox -- it is populated with objects of my class Tag -- but am unable to access the items in order to search. I have tried a couple of variations but the method I am using just…

The_Cthulhu_Kid
- 1,839
- 1
- 31
- 42