- This topic is empty.
- AuthorPosts
-
- 12/17/2014 at 7:33 am #7383
AnonymousParticipantHello ,
n
We are going to see if we can duplicate this issue internally for a possible workaround. To make sure we are working within the same context what version of QuickApps are you currently using?
- 12/17/2014 at 8:06 am #7386
AnonymousParticipantHi ,
n
Please try this workaround:
n
1) add a Content Editor webpart after the qListForm. You can find this webpart in the Media and Content category.
n
2) edit the HTML Source of the Content Editor.
n
3) add the following script to the Content Editor. Click OK to save.
n
<script type="text/javascript">
var control = $telerik.$("span[id$='_ID_NumberControl']");
var val = control[0].innerHTML.replace(/,/g, "");
control[0].innerHTML=val;
</script>n
4) Set the Chrome Type of the Content Editor to "None" to hide the webpart. Save the configuration.
n
Now the comma in the ID field should be removed.
n
- 12/17/2014 at 11:08 am #7385
AnonymousParticipantHi Dan,
n
I believe it's 6.3, but let me confirm when I get back to the office tomorrow.
n
Thank you.
n
- 12/18/2014 at 1:03 am #7466
AnonymousParticipantHi
n
The qListForm is accessed by right-clicking on a specific qListView line and clicking "Edit Properties". Where would I add the Content Editor web part – after the qListView web part that the qListForm is launched from?
- 12/18/2014 at 2:36 am #4611
AnonymousParticipantGreetings,
n
A row in my list has ID 1271. A qListView displays ID as “1271”. The related qListForm displays ID as “1,271”, with a comma. I would expect both the qListView and the qListForm to display ID the same way, without the comma.
n
Is this something that can be fixed in a future release? In the meantime, how can I display ID on the qListForm without the comma?
n
Thank you.
n
n
- 12/18/2014 at 2:36 am #7468
AnonymousParticipantHi ,
n
You should add the Content Editor web part into the page where contains the qListForm.
n
If you didn’t modify the list setting or the ‘Launch Form In’ setting in ezEdit in the qListView, after you click “Edit Properties”, the popup window should be showed. At that time, you can right click the popup window, click the ‘Properties’, then you can see the “Address (URL)”, copy it, but remove the “&IsDlg=1” parameter. then paste it into the new IE window. After that, you can edit the page as a normal SharePoint web part page, and add the Content Editor web part into the page.
n
–
- 12/18/2014 at 12:48 pm #6949
AnonymousParticipantHi Dan,
n
We are using QuickApps version 6.3 (Build 2014.5.5), and SharePoint 2010. Please let me know if you need more information.
n
Thank you.
n
- 12/18/2014 at 12:49 pm #7465
AnonymousParticipantThanks, . I'll give it a try.
-
- AuthorPosts
You must be logged in to reply to this topic.