开发者

How to do tabbing in grid view?

I Have to do tabbing 开发者_运维百科row wise in grid view it has 4 columns Quantity,Description, Rate and Amount (Here amount is calculated)and a postback is done.


Set the tabindex on your html controls appropriately. If you have to be able to tab from control to control horizontally, then you can append the control index to the row index (numerically) to create a unique tab order that will increase from left to right and then from top to bottom.

Link on using tabindex: http://www.webcheatsheet.com/HTML/controll_tab_order.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜