Open source alternatives to telerik grid for asp.net mvc? [closed] - asp.net-mvc-3

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I work for an IT shop that doesn't have budget to pay for controls. Is there an open source alternative to telerik grid for mvc? I would like a rich datagrids for my pages.

There's also the MVCContrib.Grid that you might take a look at.
And if you are looking for a pure client side grid, there are gazillions of them like jqGrid, FuelUX datagrid, ...

Grid.MVC is an open source and working Grid with sorting and paging
(and unlike telerik you do not need to change anything on controller side just add reference in your view and use.)
To install nugget package (Install)
PM> Install-Package Grid.Mvc -Version 3.0.0
In your view you can auto-create columns as below (or customize see User Guide)
#using GridMvc.Html
#Html.Grid(Model).AutoGenerateColumns()
See Online Demo

Have a look at Mvc Contrib Grid. I've had good experience using this.
Another option is Webgrid. Source is availabe in Sourceforge

Related

Web-based RDF triplestore editor? (like phpMyAdmin for RDBs) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm developing a RDF database to be stored in a triple store. Visually editing the ontology is done with Protégé. However I need non-developers to be able to add records to the database.
I looked around but didn't have something that is as user-friendly as phpMyAdmin for a normal MySQL DB as an example.
Do I need to develop a visual interface for SPARQL? Or did I miss something that would allow a non-CS person to modify the records (individuals/instances not the ontology) in a graphical manner?
Update:
The best solution I found so far is to use a Semantic Media Wiki (http://semantic-mediawiki.org/) with Karima Rafes' awesome extension (http://www.mediawiki.org/wiki/Extension:LinkedWiki). With this, you can have users that don't know anything about RDF/Semantic Web modify data through wiki Templates and then export to RDF.
But I'm sure there is something more suitable, still looking for it.
I finally found the perfect tool: OntoWiki (http://aksw.org/Projects/OntoWiki.html), it matches all the criteria listed in the question. It is supposed to be back-end (triplestore) independent, but installation guidelines are given for either Virtuoso or Mysql.

field type of file in joomla 3 custom component [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am developing a custom component in Joomla 3. In administrator/components/com_mycomponent/models/forms/page.xml I am using a field type of 'file' for uploading audio, video and image files. As we all know for this type of field to do the job properly we have to do a few modifications. I have searched in stackoverflow and google and found some solutions. What I need is a step-by-step guide which I think will be of great help to many developers. I don't want to use 3rd party extensions.
Thanks.
Take a look at the field type="media" which shows you one way of extending the file field to support the actual upload. So, use the field type="file" if you want to use your own javascript etc and in various ways customize. Use the field type="media" if you want to use the core js. Media will default to the images folder as a location but you can change the field attributes to point it somewhere else.

joomla extension directory,Alternative [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is that any alternative,exists for Joomla extension directory?
finding extension on joomla extension directory (Powered by Moset Tree)
is not really easy and fast sometimes.
is that any other website exists with some better performance,may be AJAX enabled search and other features?
You know that how many technologies has been developed,(AJAX,HTML5,...)
So I think this website is a bit old to meet the 2013's web-development standards.
UPDATE:
Joomla has finally integrated JED into Joomla's back-end and now you have a tab in back-end,install from web,it has a AJAX search feature too,and you can easily install and find your extension and this is what,I've been waiting for for many years.
I'm not sure as to why you feel the Joomla Extensions Directory lacks performance, is hard and slow. People have been using it for years to search for extensions that suit their needs for their website. It's not a supermarket where you will find better prices and more variety of products at. It's the core Directory for extension, so to answer you question simply:
No, you won't find other websites that are faster, have better performance, more feature and Ajax based searches.
Try using Google to search for something you need, such as "Joomla image slider extension" or use the categories the JED provide to narrow down your search.

Generate PDF file with Zend Framework 2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm started to learn ZF2 right now and notice that there's no "Zend_Pdf" or similar on zend framework 2...
How can I create pdf on this version of the framework?
Anyone knows a good tutorial?
Zend Framework 2 has moved many of the old Zend Framework libraries out of the main core and created modules instead. Zend_Pdf is one of the libraries that was moved to a module. You can find them all in the Zend Framework repository on GitHub.
You need the ZendPdf package, just follow the instructions on the page. Documentation is not ready yet simply because it's not a core module. Documentation will probably follow as soon as all bugs are worked out with the core stuff.
Also see the Zend Framework package repository.
If you need to generate a PDF in ZF2 environment, there is a brief tutorial how to do that with PD4ML. The approach does not require to program a PDF layout (like createPdfDocument(), startParagraph(), addImage() etc). It just converts an existent rendered view (HTML + CSS + SVG + images) to PDF or optionally to RTF.
If you need a module that allow easy to thumbnail, snapshot or PDF generation from a url or a html you can take a look to MvlabsSnappy based on Snappy PHP (5.3+) wrapper for the wkhtmltopdf & wkhtmltoimage conversion utility.

draggable, resizeable and hideable ASP.Net Gridview [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to know how can I make the columns of a GridView draggable, resizeable and hideable. I don't know too much about JavaScript so if anyone can provide me with a open source solution I'll be more than thankful because this is quite an emergency to me.
nothing out of the box I can think of.
most webforms controls render some horrendous html, so using the css friendly adapters will make working with the gridview html a much better experience.
from there you can use the jquery-ui interactions to implement draggable, resizeable and hideable.

Resources