nsorochan

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Author
    Replies
  • in reply to: IE does not showing anything. #86490
    nsorochan
    Participant

    I know FF is more forgiving when you have a javascript error. FF will still display the grid, however, IE is much more strict and forces you to correct all your javascript errors.
    My bet is you have a javascript error somewhere. I know when I started, I had a javascript error in my colModel definition. I had a comma after the last element.FF displayed it fine, but IE did not like it.
    Just something to check.

    in reply to: Search date type column #86489
    nsorochan
    Participant

    Are you doing a search in a database?

    in reply to: colModel -> editoptions #86488
    nsorochan
    Participant

    I figured out what I needed thanx. I used a url in the colmodel and it works fine.

    in reply to: colModel -> editoptions #86487
    nsorochan
    Participant

    It is the built in search form.
    So in one sentence you say use filtergrid method, then in the next sentence you say it will not work! Which on is it? lol

    So is it possible to dynamically load the options for a select type on the search?

    in reply to: Missing images #86063
    nsorochan
    Participant

    This is in the css file for the steel theme

    table.navtable tr{
    background-image: url(images/grid-blue-ft.gif);
    }

    I just commented it out.

    in reply to: Can’t get data to appear in grid #84129
    nsorochan
    Participant

    Do you need an id field in your xml data?

    in reply to: Can’t get data to appear in grid #84108
    nsorochan
    Participant

    I think seeing your code would be helpful.

    in reply to: Inline editting, saveRow #84037
    nsorochan
    Participant

    Receiving the parameter.

    When I look at the actual http post, the id is in there.
    My method on my controller looks like this

    public JsonResult EditClients(string address, string clientdescription, string clientname, string contactname, string contactnumber, string country, string id, string province)

    Everything has a value except id, it is empty.

    I got around though, in the

    in reply to: Inline editting, saveRow #84034
    nsorochan
    Participant

    thanx,

    Here is the really strange thing, the id is in the post to the server. When the request hits the controller method, the id is an empty string.

    I have tried everything I could think of. I appreciate the response, but I would really like to know what I am doing wrong.

    Does my method need a certain return type?

Viewing 9 replies - 1 through 9 (of 9 total)

Stay connected with us in your favorite flavor!