WegGrid DropDownList filter as only one selection: Loading...

3 replies. Last post: November 18, 2009 4:06 AM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi

I am trying to add a dropdownlist in a specific column in WebGrid. I have specifed the FilterEditType as DropdownList.

But when I try to select a value in the list, I only see "Loading..."

No other choise is displayed.

If i change the type to TextBox, I can enter a value and it works.

What should I do to have a list of all available selections?

Thanks

 

        grdColumn = CreateGridColumn(objGridTable, "MEtest")
            With grdColumn
                .Caption = GetLanguageTagName("MEtest")
                .DataMember = "MEtest"
                .ColumnType = ISNet.WebUI.WebGrid.ColumnType.Custom
                .AllowMultiLine = True
                .EditType = ISNet.WebUI.WebGrid.EditType.NoEdit
                .FilterEditType = ISNet.WebUI.WebGrid.FilterEditType.DropdownList
                 .Visible = True
            End With

All times are GMT -5. The time now is 1:39 AM.
Previous Next