table selection.
-
Hi, Iam using dhtml control in my application. Iam having a problem in table selection. For Example: if i put 2 * 3 table and try to select from 2row and 2 column in upwards direction it is selecting 1 row ,3 column also. And merge cells is not activating if the selection is not exact.... Kindly help... I downloaded the dhtml edit from msdn.. Thanx. Raj
-
Hi, Iam using dhtml control in my application. Iam having a problem in table selection. For Example: if i put 2 * 3 table and try to select from 2row and 2 column in upwards direction it is selecting 1 row ,3 column also. And merge cells is not activating if the selection is not exact.... Kindly help... I downloaded the dhtml edit from msdn.. Thanx. Raj
I'm trying to figure out what kind of help you need but its not clear in your post. 1) What interface(s) are giving you the problem. 2) Any code sample that we can look at 3) What exactly is your goal, what do you expect your code should be doing Try to picture yourself as someone trying to help you, what kind of information would you require to help that person.
-
I'm trying to figure out what kind of help you need but its not clear in your post. 1) What interface(s) are giving you the problem. 2) Any code sample that we can look at 3) What exactly is your goal, what do you expect your code should be doing Try to picture yourself as someone trying to help you, what kind of information would you require to help that person.
Iam using a control(dhtml editor) which was downloaded from msdn. The problem is in table selection. In a 3 * 3 table if i select from 2 row 2 column to first row ,first column in upwards direction , it selects even the third cell in the first row. I should select 2 rows and 2 column ( try out in frontpage). iam just do the execcommand with ID_TABLE_INSERTTABLE. How to solve it? 2) How to insert a row or column in a table using IHtmlTable or IHtmlTableRow? raj