My RadGrid contains select checkbox in all of its rows . what i am trying to do is, the user can select the row which he wants to be in page which is going to be printed or converted to pdf. Currently the website will be intranet website so i cannot acess webresourceurl.
So user can print the radgrid or save it as pdf for all the rows which have the checkbox selected. this setup is repeated 30 times in a page . i am currently binding the data in asp table for printing option and to radgrid for pdf option. hence the page is getting very bulk. can anybody help me to reduce this jumble. so i can implement the print, convert to pdf, the selected row from a single radgrid.
So user can print the radgrid or save it as pdf for all the rows which have the checkbox selected. this setup is repeated 30 times in a page . i am currently binding the data in asp table for printing option and to radgrid for pdf option. hence the page is getting very bulk. can anybody help me to reduce this jumble. so i can implement the print, convert to pdf, the selected row from a single radgrid.