tony

Forum Replies Created

Viewing 15 replies - 271 through 285 (of 7,981 total)
  • Author
    Replies
  • in reply to: Posting and BBCodes #115343
    tony
    Keymaster

    Hello,

    Just do the same you do – open the code editor and paste your text – mystery

    in reply to: Posting and BBCodes #115342
    tony
    Keymaster

    Hello,

     

    I will investigate what is happen. I have installed support for TinyMCE so you can format the text fine.  In the upper right corner just click Visual button to use the editor.

     

    I have created this code with it.

    I will continue to investigate the problem.

     

    Thank you for the feedback.

     

    Kind Regards,

    in reply to: jqForm connected to SQL Database #115339
    tony
    Keymaster

    Hello,

    Can you please post (or send us) the code you have a problem with loading the record.
    We do not have a particular demo, for your second case, but you can bind a change event in the select – then load the record with your own ajax function populating it on the form and then let the form to do the job.

     

    If you send us a simple test case we will try to help you.

     

    Kind Regards,

    • This reply was modified 11 years, 3 months ago by tony.
    • This reply was modified 11 years, 3 months ago by tony.
    in reply to: Tooltips for Column Headers #115337
    tony
    Keymaster

    Hello Ken,

    Are you using Mac to copy/paste code? It seems there is a problem with this.

    As I say in my previous post in pivotGrid the column names are build dynamically.
    It is not know what will be at the final colModel.

    I see you set a member QueueCount and expect that there will be a field with the same name. You should understand the pivot – the member QueueCount is applied to the source data named QueueCount, but this data is transformed in different fields.

    So depending on your data if you have a field in the QueueCount named foo then the colmodel will be something like QueueCount_foo_sum_0 (this is just example).

    Kind Regards,

    • This reply was modified 11 years, 3 months ago by tony. Reason: typo
    in reply to: Posting and BBCodes #115309
    tony
    Keymaster

    Can you please, if possible, to check it with Chrome.
    Another test is if you write by example manually 2-3 row of code and try.
    Could be a problem with a copy/paste.

    Regards,

    in reply to: Tooltips for Column Headers #115305
    tony
    Keymaster

    Hello Ken,

    1. You can enable titles in column headers globally setting the grid option
    headertitles => true. In this case the title has a the content of the label.

    2.If you want to set for a particular column diffrent title you can use setLabel JavaScript method with empty data set and se the properties parameter

    Kind Regards

    in reply to: colNames for setGridOptions #115304
    tony
    Keymaster

    Hello Ken,

    When a PivotGrid is used the columns are created dynamically depending on the data.
    It is not recommended to use colnames to add labels.

    You can use setLabel java script method to set the label names in columns, but you will need to know the name of the column from colModel, which is generated dynamically too.

    I know there is a little problem with the labels on the grouping headers and thin we will fix it in the next release.

    Kind Regards

    in reply to: Saved Filters #115303
    tony
    Keymaster

    Hello,

    I will try to include this in the next release, but I do not promise.

    Kind Regards

    in reply to: Posting and BBCodes #115298
    tony
    Keymaster

    Which browser do you use?
    After copy/paste I see some special character

    in reply to: Saved Filters #115291
    tony
    Keymaster

    Hello,

    Aha, will take this in account too (todo list).

    Regards

    in reply to: Send and changing parameter via url #115289
    tony
    Keymaster

    Hello,

    You can build a modal window (using jQuary UI dialog) and attach a input field to its content where a datepicker is used.
    Visit the jQuery UI site demos for the modal and datepicker.

    After you have this you can simple call the function in navButtonAdd.

    Regards

    • This reply was modified 11 years, 3 months ago by tony. Reason: typo fix
    in reply to: Posting and BBCodes #115287
    tony
    Keymaster

    Hello,

    I’m not sure what you do, but I every time reformat your code.
    Just select the code and bush the cde editor button and NO code – that is all.
    Do not any other bbs codes when you format the code.

    Regards

    in reply to: Saved Filters #115277
    tony
    Keymaster

    Hello,

    Thanks for the feedback.
    For now it is not possible to add custom buttons in the search dialogs, but we I can think about this. Will replay to you.

    Kind Regards

    • This reply was modified 11 years, 3 months ago by tony.
    in reply to: Posting and BBCodes #115276
    tony
    Keymaster

    Hello,

    Yes there is a little problem with the BBS codes.
    I suggest you if you post a code not to use the code tag or button, but instead of this just mark the source code and the press code editor button. This will open a new modal window and you will select the language used.

    The BBS code tag is broken and I will fix this ASAP.

    Kind Regards

    in reply to: Not exporting all columns data #115256
    tony
    Keymaster

    Hello,

    I think yes. Look at the parameters of renderGrid – there is one called echo, which can echo the result or return one as object.
    This you can determine if you are in export and conditionallly call the renderGrid

    Kind Regards

Viewing 15 replies - 271 through 285 (of 7,981 total)

Stay connected with us in your favorite flavor!