Forum Replies Created
-
Author
-
Hi, Can I ask if how can I also use the theme switcher function using a dropdown or combobox? example i have a dropdown list that contains the list of all themes then if I on the onselect function of the combobox the whole theme of all the widgets irregardless of the number of widgets, they will change accordingly based on the selected theme on the combo box.
Thanks in advance.
Zandro
Hi, Can I ask if how can I also use the theme switcher function using a dropdown or combobox? example i have a dropdown list that contains the list of all themes then if I on the onselect function of the combobox the whole theme of all the widgets irregardless of the number of widgets, they will change accordingly based on the selected theme on the combo box.
Thanks in advance.
Zandro
March 12, 2015 at 1:11 am in reply to: How to replace the whole grid with another grid How to replace the whole grid with another grid #68384Hi Peter,
Thanks for the response. I just have a follow up question. I think I already tried the destroy function but I guess it was on other element (jqxwindow i guess) but the problem is after the destroy method that I did I wasn’t able to call/open the window again. So my question is If I destroy the grid would I be able to return it? Like for example I did destroy the grid on the splitter and replaced by other elements, can i still return it again if I pressed another button or lets say a navigation button?
Another question, How can I create another elements lets say a grid and add it on the prepend function? Do i need to initialize it first just like the normal way? Declare the source,adapter then on he prepend function there is where I would put the div tag for the new gird?
Thanks in advance.
Zandro
March 5, 2015 at 1:32 am in reply to: Special Character of CSV file like(Ñ) not loaded on grid Special Character of CSV file like(Ñ) not loaded on grid #68048By the Way Just for additional information for those who may encounter the same problem, notepad++ may not always the solution. just like mine still even though i used notepad++ still at some point it’s not solving the problem. what i did was i used the default notepad on windows, re-save the csv file using the utf-8 encoding option then it works flawlessly. thanks.
-Zandro
March 5, 2015 at 12:27 am in reply to: Special Character of CSV file like(Ñ) not loaded on grid Special Character of CSV file like(Ñ) not loaded on grid #68046Hi Dimitar,
Yuhooooo.. It works perfectly. Thanks so much for your help. I need to deploy this system two days from now, you saved my day. Thanks. 🙂
Regards,
ZandroMarch 4, 2015 at 12:09 pm in reply to: Special Character of CSV file like(Ñ) not loaded on grid Special Character of CSV file like(Ñ) not loaded on grid #68002Hi Dimitar,
I’m not binding the grid to php,Im binding the grid from a CSV File. I don’t have problem on displaying special character on grid when it came from php. But my situation now is that i need to use the grid as a data entry method and the data will come from a csv file not from a php or jason file. Heres my process.
1.) I created a csv file that contains the data that I need.(Done)
2.) I need to load the csv file on the grid. (here is the problem)
3.) after the data is loaded on the grid i will call all its content and send it trough ajax to save in the database.(done)
The problem is on no. 2. I can load the csv file on the grid but the grid does not recognize the special character on my csv file. like for example i have a data on the csv file that contains ñ or Ñ. instead of displaying the character it dispalys somethinglike this “<?><?>”.
I gues the problem when the binding of grid to csv. it does not recognize the Ñ characters. But I don’t know how to get rid of this.
Barely need your help guys.
Thanks in advance,
Zandro -
AuthorPosts