jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Localize Strings Localize Strings #114888

    HCastillo
    Participant

    Hi Hristo,

    I look your example and it seems you are delaying for 2 seconds before actually doing what you want to do.
    I guess is a good trick, but I was wondering what is going on and why I have this error.

    In a way you are doing a confirmation of what I was thinking, it seems that something is going on with
    the grid and that is the reason why I am getting the error. The delay serves to wait until the grid finishes.

    Thank you for dedicating time to answer my question.

    in reply to: Date Format Date Format #90067

    HCastillo
    Participant

    I have Grid#1,
    I will select a row and using 3 columns from that row send the information to SQL Server
    and put data in Grid#2.

    One of the columns is a date.
    If I send the date as a long date SQL will not process my request.
    I need to send the data in mm/dd/yyyy format.

    in reply to: Master Detail Grid Master Detail Grid #88591

    HCastillo
    Participant

    Thank you Ivailo for your response.
    I did it and it works, but the point is now the databind() is pulling all the records for the detail just because I updated one.
    Is my reasoning correct?
    If this is the case that means receiving over 5,000 records from SQL Server every time I update one on the detail.
    I was hoping a different solution. Like the data Adapters exchanging information between each other when one gets and update.
    Something that will run local without the trip to the server.

    Harold.

Viewing 3 posts - 1 through 3 (of 3 total)