i have a checkbox inside a datagrid
when i select few checkboxes in 1st page and when i move to 2nd page the checked status of 1st checkboxes disappear(they become false)

one more doubt
if i want to make a checkbox true which is in 3rd page how to do it
with this code

for(int i=0; i< datagrid.items.count; i++)
{
// here although my datagrid has 3 pages and each page containing 5 rows
// it shows only 5 as grid count

}

>when i select few checkboxes in 1st page and when i move to 2nd page the checked status of 1st checkboxes disappear.

Save data (file or database).

>if i want to make a checkbox true which is in 3rd page how to do it.

// set checked property
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.