Browse By Tags

  • Select Row By server side Code when rowrang is 50 and target row not loaded in grid then how to load

    i am using Webcombo + sqldatasource and rowrang set 50 row. i am selecting row using server side code like ;

    WebComboSenderName.SelectedIndex = WebComboSenderName.Columns[1].Find(AtxtName.Text).Row.Index;

    but that row not loaded into webcombo . if row…

  • WebCombo: row is null

    Hi

    I am using ultrawebcombo(hierarical Grid is placed inside the webcombo). I am getting error in FF, row is null. Error occur in afterselectchange .  wgrid.getActiveRow() it returns null in FF, but this is working fine in IE. Can any one help me for…