Dynamic DataTable columns, paging by columns

2008-04-17 Thread liza6218
Hi, I have to show a table where the number of columns and their titles are Dynamic. And since there could be hundreds of columns, how can I do paging by columns and/or paging by rows. Thanks, Liza -- View this message in context: http://www.nabble.com/Dynamic-DataTable-columns%2C--paging-

Re: Dynamic DataTable columns, paging by columns

2008-05-02 Thread liza6218
I see, thank you for the reply. - Liza igor.vaynberg wrote: > > you will have to roll your own component. i would take a look at how > datatable works: it is basically a repeater (for columns) inside > another repeater(for rows) > > -igor > > > On Thu, Apr 17

Add a javascript window to a Link when text input not saved

2008-09-03 Thread liza6218
Hi, I'm trying to figure out the following, any help will be apreciated. I have a form with 3 TextFields , a DropDownChoice and a save button , and a BookmarkablePageLink in the page. I need to add a javascript confirm window to the Link whenever any input changed without save (submit). and

How to trigger Ajax event from client side javascript?

2008-09-05 Thread liza6218
Hi, I'm trying to trigger OnChangeAjaxBehavior on an HiddenField (or TextField) change from client side javascript. Here is the code in html: function change(){ var change = document.forms[0].changed.value; if(change != true) { doc