Base solution for your next web application

Activities of "ismcagdas"

Answer

Hi,

JTable is waiting for a method but you are executing the method in your case, Change your jtable method definition like this

listAction: {
method: _customerService.getProducts
}

and send parameter when you load the jtable like this

jtable('load', {id: 4});

Change your application service method's input as well,

GetProducts(IdInput input)

I hope it helps.

Hi,

It's a private repository, because of that you cannot see it without an invitation. Can you share your github username with us, so we can invite you.

It should be under the web project just below the Views folder.

Hi,

This file is deleted but definition is left in the compilerconfig.json by mistake. You can delete it's definition from compilerconfig.json.

We will also delete it, thanks for the information.

Hi,

Do you use Interner Explorer ?

Hi,

Can you share a screenshot of your development and production screens ? You can also compare generated html's of two pages to see if there is a differance, if you haven't already done this.

Answer

I also suggest you to read this blog post before moving to database per tenant approach, if you haven't already. <a class="postlink" href="http://volosoft.com/aspnet-boilerplate-v0-9-and-aspnet-zero-v1-10-have-been-released/">http://volosoft.com/aspnet-boilerplate- ... -released/</a>

Answer

Hi,

Can you share the error you are getting ?

Hi,

Actually, your code seems correct. Can you check value of categoryId on client side ? You can check ajax request's posted data from Chrome's developer console.

It seems the only point can cause this problem.

Hi,

Why don't you use document ready event of jquery on your view ?

Showing 12601 to 12610 of 12723 entries