I am trying to do a client side bind on the WebGrid control problems

4 replies. Last post: November 15, 2012 9:57 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Matt BerlinMember

I have a Gridview that has a coloum of WebCombos that I want to do a Client side bind on.

If I do te standard 

var combo = ISGetObject("ddl_courses");

/* bind the data table to WebCombo */

combo.SetDataSource(dataTable);

combo.DataBind();

combo.Render();

combo.ShowDropDown();

event.cancelBubble = true;

event.returnValue = false;

}

It only binds to the first row I have tried to put this is a loop for each row but I can not get it to work with the ISGetObject

Any help would be great.

Matt 

All times are GMT -5. The time now is 7:29 AM.
Previous Next