I'm building a JQGrid based solution for my SharePoint 2010 site and need help in incorporating a RichText inline editing functionality for one of the column. Most the examples are pertaining to plain text and didn't come across anything with RTE option.
Thanks in advance for your help!
Related
I'm trying to edit the default HTML template so that I can comment out the document header and time stamp, but I am having trouble trying to locate the template. I followed an article, but it didn't really help, considering how the directory structure is completely different to the one I have.
https://kalpeshshirodker.wordpress.com/2014/04/24/evolus-pencil-how-to-removemodify-headers-while-printing-a-document-to-pdf-printer/
Any ideas as to where this template might be in the latest version of pencil?
With the latest version of Pencil which is 3.x, you have 2 print options for hiding title and header/footer
I've been trying for ages to add any kind of editor to jqGrid. so basically i want to be able to select a row and a modal opens and if it's type= textarea to show the editor.
Is this possible?
I found a lot of post with vague snippets of code but no real implementation.
Any help will be much appreciated.
Thanks.
Andrés.
I am new to Dynamics CRM so please excuse me for the newbie question xD
I managed to create an option set field with 2 possibilities:
Scheme 1
Scheme 2
Does anyone have an idea how when a particular possibility is picked, a list of custom based fields will appear in the form? Thanks in advance
If i understand your problem correctly you want certain fields to appear/disappear according to the choice selected in the option set.
The way I see this working is by implementing a Javascript on the onChange event of the option set. you can do this from the 'Form Properties' when changing the layout of the form.
Below is a link showing some examples of possible useful commands that might help you:
http://www.powerobjects.com/blog/2011/01/14/crm-2011-useful-javascript-tidbits/
You can put your custom fields in a custom tab and then hide/disable it according to the value in the option set.
If you have any further problems feel free to ask :)
I hope this helps :)
Gdluck
If you are comfortable working in Visual Studio, I highly recommend installing the Developer Toolkit (You can find the .msi \tools\developertoolkit - download it from here). It will allow you to develop JScript with some syntax highlighting and intellisense and makes source control and deployment a snap.
Has anyone implemented inline editing using the MVC 3 WebGrid helper? I've done a lot of searching on the topic, but haven't found much in the way of suggestions. Also, I'm not in the position of using other 3rd party or open source grids.
Thanks in advance!
There doesn't seem to be a solution for inline editing with the WebGrid, but given that it's open source and you seem to have a specific requirement I suggest you write some inline editing functionality. You could then contribute this back to the community and end up helping other developers with this requirement.
Mike Brind has an article on creating a popup edit from WebGrid
If you don't have the time or inclination then I strongly suggest either;
jqGrid
Telerik MVC Grid
You can add inline editing capability to the WebGrid quite easily. I have written an article about it here: http://www.mikesdotnetting.com/Article/202/Inline-Editing-With-The-WebGrid
In Telerik documentation we must use server binding when binding complex objects.
How can we activating Insertion and Editing mode in Telerik mvc grid with ajax binding of complex objects?
how we can customize the whole of insert form and edit form
ie. drawing drop down lists for properties of reference types
thanks in advance
How about using server edit template for that, is it applicable? I crawled the online MVC demos on their site and hit upon this one.
I found a solution.
I am using Client Edit Templates for this scenario but there is a problem in the ScriptRegisterar I think, the problem related to registering Telerik DropDown javascript files.
I made initial solution which is to add a line of code to the ScriptRegisterar to explicit register the javascript file "telerik.list.js"
OR add a dummy Telerik DropDown list in the same page where you want it to appear in the grid, and you have to hide it using css.
This is a bug in the final version of telerik 2010.3.1110
Telerik has released the hotfix for this bug in the version 2010.3.1111
check the link and download the hotfix:
http://www.telerik.com/community/forums/aspnet-mvc/grid/script-registrar-not-loading-scripts-for-controls-used-in-client-templates.aspx